From: Mark Otto Date: Sat, 27 Jul 2013 07:47:08 +0000 (-0700) Subject: unfuck broke links in docs X-Git-Tag: v3.0.0-rc1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d78c85c82a1d6b3c5b8750d663ddb8ecd72b7891;p=thirdparty%2Fbootstrap.git unfuck broke links in docs --- diff --git a/assets/js/application.js b/assets/js/application.js index 8adb5dccba..8097107ef5 100644 --- a/assets/js/application.js +++ b/assets/js/application.js @@ -15,7 +15,7 @@ offset: navHeight }) - $('[href^=#]').click(function (e) { + $('[href=#]').click(function (e) { e.preventDefault() })