From 4f793752c5d512333a10f55196bbdf4b67662f84 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 27 Jul 2013 23:53:09 -0700 Subject: [PATCH] temporarily undo @fat's scrollspy enhancement since it fucks firefox and ie --- assets/js/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - -- 2.47.2