]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
unfuck broke links in docs
authorMark Otto <otto@github.com>
Sat, 27 Jul 2013 07:47:08 +0000 (00:47 -0700)
committerMark Otto <otto@github.com>
Sat, 27 Jul 2013 07:47:08 +0000 (00:47 -0700)
assets/js/application.js

index 8adb5dccbac572733161fc533463813919f4d660..8097107ef5659b0b38a5fe8326372ff3fb2b5f11 100644 (file)
@@ -15,7 +15,7 @@
       offset: navHeight
     })
 
-    $('[href^=#]').click(function (e) {
+    $('[href=#]').click(function (e) {
       e.preventDefault()
     })