]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix error with the new jQuery. 19893/head
authorXhmikosR <xhmikosr@gmail.com>
Thu, 26 May 2016 12:37:25 +0000 (15:37 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 26 May 2016 12:37:25 +0000 (15:37 +0300)
docs/assets/js/src/application.js

index 86338c80af69b525578f37a0f801a538a439afb3..9a5a7485c7f856606713b580cb79cf348c21493f 100644 (file)
@@ -28,7 +28,7 @@
     })
 
     // Kill links
-    $('.bs-docs-container [href=#]').click(function (e) {
+    $('.bs-docs-container [href="#"]').click(function (e) {
       e.preventDefault()
     })