From: Mark Otto Date: Sun, 28 Jul 2013 06:53:09 +0000 (-0700) Subject: temporarily undo @fat's scrollspy enhancement since it fucks firefox and ie X-Git-Tag: v3.0.0~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f793752c5d512333a10f55196bbdf4b67662f84;p=thirdparty%2Fbootstrap.git temporarily undo @fat's scrollspy enhancement since it fucks firefox and ie --- diff --git a/assets/js/application.js b/assets/js/application.js index 8097107ef5..441ebd1e75 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 -