Skip to content

Commit

Permalink
Getting rid of bad scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
spf13 committed Jul 1, 2014
1 parent 74d8d76 commit 31cb224
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions docs/layouts/partials/footer.html
Expand Up @@ -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>
Expand Down
8 changes: 0 additions & 8 deletions docs/static/js/scripts.js
Expand Up @@ -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'));
Expand Down

0 comments on commit 31cb224

Please sign in to comment.