Skip to content

Commit 702bb21

Browse files
committed
Temporarily disabled nice sccroll of JQUery
1 parent 576ea9b commit 702bb21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/layouts/application.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<%= render 'layouts/footer' %>
2323

2424
<!-- Add the custom scroll bar -->
25-
<script >
25+
<!-- <script >
2626
$(function () {
2727
$("body").niceScroll({
2828
cursorwidth: 12,
@@ -35,7 +35,7 @@
3535
$("body").niceScroll().resize();
3636
// console.log("Entered..");
3737
});
38-
</script>
38+
</script> -->
3939

4040
</body>
4141
</html>

0 commit comments

Comments
 (0)