From: XhmikosR Date: Thu, 26 May 2016 12:37:25 +0000 (+0300) Subject: Fix error with the new jQuery. X-Git-Tag: v3.3.7~70^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c2734fce00874680aed549a555735fa1b618a6c;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 86338c80af..9a5a7485c7 100644 --- a/docs/assets/js/src/application.js +++ b/docs/assets/js/src/application.js @@ -28,7 +28,7 @@ }) // Kill links - $('.bs-docs-container [href=#]').click(function (e) { + $('.bs-docs-container [href="#"]').click(function (e) { e.preventDefault() })