Getting rid of bad scrollbar - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 8d3fa7ef49bf6ee37071c104616a43f63813a8cb
DIR parent aa42f4309c3c40b4449f2574df06c519dff73016
HTML Author: spf13 <steve.francia@gmail.com>
Date: Mon, 30 Jun 2014 23:39:21 -0400
Getting rid of bad scrollbar
Diffstat:
M docs/layouts/partials/footer.html | 2 --
M docs/static/js/scripts.js | 8 --------
2 files changed, 0 insertions(+), 10 deletions(-)
---
DIR diff --git a/docs/layouts/partials/footer.html b/docs/layouts/partials/footer.html
@@ -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>
DIR diff --git a/docs/static/js/scripts.js b/docs/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'));