From 42522da60c61751cf38c4b399101c7226b58f05e Mon Sep 17 00:00:00 2001 From: spf13 Date: Mon, 30 Jun 2014 23:39:21 -0400 Subject: [PATCH] Getting rid of bad scrollbar --- layouts/partials/footer.html | 2 -- static/js/scripts.js | 8 -------- 2 files changed, 10 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1dfd82003..961638d8c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -19,8 +19,6 @@ - - diff --git a/static/js/scripts.js b/static/js/scripts.js index 65c537bb8..5ecfa3324 100755 --- a/static/js/scripts.js +++ b/static/js/scripts.js @@ -6,14 +6,6 @@ function initializeJS() { //popovers jQuery('.popovers').popover(); - //custom scrollbar - //for html - jQuery("html").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '6', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: '', zindex: '1000'}); - //for sidebar - jQuery("#sidebar").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '3', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: ''}); - // for scroll panel - jQuery(".scroll-panel").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '3', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: ''}); - //sidebar dropdown menu jQuery('#sidebar .sub-menu > a').click(function () { var last = jQuery('.sub-menu.open', jQuery('#sidebar'));