2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

unfuck broke links in docs

This commit is contained in:
Mark Otto
2013-07-27 00:47:08 -07:00
parent 80123fc039
commit d78c85c82a
+1 -1
View File
@@ -15,7 +15,7 @@
offset: navHeight
})
$('[href^=#]').click(function (e) {
$('[href=#]').click(function (e) {
e.preventDefault()
})