From: XhmikosR Date: Thu, 26 May 2016 12:30:07 +0000 (+0300) Subject: Fix error with the new jQuery. X-Git-Tag: v4.0.0-alpha.3~66^2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19894%2Fhead;p=thirdparty%2Fbootstrap.git Fix error with the new jQuery. --- diff --git a/docs/assets/js/src/application.js b/docs/assets/js/src/application.js index 69520e9473..1c2980a2e5 100644 --- a/docs/assets/js/src/application.js +++ b/docs/assets/js/src/application.js @@ -32,7 +32,7 @@ $('.bd-example-indeterminate [type="checkbox"]').prop('indeterminate', true) // Disable empty links in docs examples - $('.bd-example [href=#]').click(function (e) { + $('.bd-example [href="#"]').click(function (e) { e.preventDefault() })