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

index 69520e9473c184ec85fb9b348ec047c80e80cde4..1c2980a2e59c7b276ba492d98bc303cd28dbe80c 100644 (file)
@@ -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()
     })