diff options
| author | Mark Otto <[email protected]> | 2013-07-27 23:53:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-27 23:53:09 -0700 |
| commit | 4f793752c5d512333a10f55196bbdf4b67662f84 (patch) | |
| tree | 75ec59decd26ad685c2a053b18f24f0004eaa6ae | |
| parent | 939c9590e5825bd1b5c3849fe4b8293d56c94750 (diff) | |
| download | bootstrap-4f793752c5d512333a10f55196bbdf4b67662f84.tar.xz bootstrap-4f793752c5d512333a10f55196bbdf4b67662f84.zip | |
temporarily undo @fat's scrollspy enhancement since it fucks firefox and ie
| -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 8097107ef..441ebd1e7 100644 --- a/assets/js/application.js +++ b/assets/js/application.js @@ -22,7 +22,7 @@ $(document.body).on('click', '.bs-sidenav [href^=#]', function (e) { var $target = $(this.getAttribute('href')) - e.preventDefault() // prevent browser scroll + // e.preventDefault() // prevent browser scroll document.body.scrollTop = $target.offset().top - |
