diff options
| -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 - |
