2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Fix error with the new jQuery.

This commit is contained in:
XhmikosR
2016-05-26 15:37:25 +03:00
parent 20103dac18
commit 0c2734fce0
+1 -1
View File
@@ -28,7 +28,7 @@
})
// Kill links
$('.bs-docs-container [href=#]').click(function (e) {
$('.bs-docs-container [href="#"]').click(function (e) {
e.preventDefault()
})