2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Make it so back to top link ain't broked no mo

This commit is contained in:
Mark Otto
2013-07-26 00:02:20 -07:00
parent 1659ac6473
commit b4f023f809
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
var $window = $(window)
// Disable certain links in docs
$('[href=#]').click(function (e) {
$('.bs-docs-container [href=#]').click(function (e) {
e.preventDefault()
})