From: Thomas Park Date: Sat, 9 Feb 2013 23:47:40 +0000 (-0500) Subject: attempt to fix smooth scrolling error X-Git-Tag: v2.3.0+1~14 X-Git-Url: http://git.roojs.org/?p=bootswatch;a=commitdiff_plain;h=726cd35bd994f01bbee0f3ed316324680ba69df6 attempt to fix smooth scrolling error --- diff --git a/js/bootswatch.js b/js/bootswatch.js index 66b67b2..07fba6b 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -28,7 +28,7 @@ $(document).ready(function() { var locationPath = filterPath(location.pathname); var scrollElem = scrollableElement('html', 'body'); - $('a[href*=#]').each(function() { + $('a[href^=#]').each(function() { var thisPath = filterPath(this.pathname) || locationPath; if ( locationPath == thisPath && (location.hostname == this.hostname || !this.hostname)