Getting rid of bad scrollbar
authorspf13 <steve.francia@gmail.com>
Tue, 1 Jul 2014 03:39:21 +0000 (23:39 -0400)
committerspf13 <steve.francia@gmail.com>
Tue, 1 Jul 2014 03:41:53 +0000 (23:41 -0400)
docs/layouts/partials/footer.html
docs/static/js/scripts.js

index 1dfd82003a5679df28fd9f2f28024c7e9657bfc0..961638d8cf7c4358315e597b3f3e064a983855f3 100644 (file)
@@ -19,8 +19,6 @@
     <!-- javascripts -->
     <script src="/js/jquery.js"></script>
     <script src="/js/bootstrap.min.js"></script>
-    <script src="/js/jquery.scrollTo.min.js"></script>
-    <script src="/js/jquery.nicescroll.js" type="text/javascript"></script>
     <!--custom script for all page-->
     <script src="/js/highlight.pack.js"></script>
     <script>hljs.initHighlightingOnLoad();</script>
index 65c537bb806c15fb323426cda7a34fc1b11eedb2..5ecfa332470c4d8726cb5960e9f0ebf85182f277 100755 (executable)
@@ -6,14 +6,6 @@ function initializeJS() {
     //popovers\r
     jQuery('.popovers').popover();\r
 \r
-    //custom scrollbar\r
-        //for html\r
-    jQuery("html").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '6', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: '', zindex: '1000'});\r
-        //for sidebar\r
-    jQuery("#sidebar").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '3', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: ''});\r
-        // for scroll panel\r
-    jQuery(".scroll-panel").niceScroll({styler:"fb",cursorcolor:"#007AFF", cursorwidth: '3', cursorborderradius: '10px', background: '#F7F7F7', cursorborder: ''});\r
-\r
     //sidebar dropdown menu\r
     jQuery('#sidebar .sub-menu > a').click(function () {\r
         var last = jQuery('.sub-menu.open', jQuery('#sidebar'));\r