diff options
| author | Mark Otto <[email protected]> | 2013-07-27 00:47:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-27 00:47:08 -0700 |
| commit | d78c85c82a1d6b3c5b8750d663ddb8ecd72b7891 (patch) | |
| tree | 207d080aac7d0b82d9305cb64974977a0968220e | |
| parent | 80123fc0398b2354ff85ff45e065117a0ad56149 (diff) | |
| download | bootstrap-d78c85c82a1d6b3c5b8750d663ddb8ecd72b7891.tar.xz bootstrap-d78c85c82a1d6b3c5b8750d663ddb8ecd72b7891.zip | |
unfuck broke links in docs
| -rw-r--r-- | assets/js/application.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/js/application.js b/assets/js/application.js index 8adb5dccb..8097107ef 100644 --- a/assets/js/application.js +++ b/assets/js/application.js @@ -15,7 +15,7 @@ offset: navHeight }) - $('[href^=#]').click(function (e) { + $('[href=#]').click(function (e) { e.preventDefault() }) |
