Browse Source

undo nicescroll

causefx 8 years ago
parent
commit
6f6db6f163
2 changed files with 0 additions and 6 deletions
  1. 0 5
      js/custom.js
  2. 0 1
      js/jquery.nicescroll.min.js

+ 0 - 5
js/custom.js

@@ -6,10 +6,6 @@ $(document).ajaxComplete(function () {
     pageLoad();
 });
 $(document).ready(function () {
-    $("body").niceScroll({
-        grabcursorenabled: false,
-        zindex:1000000
-    });
     pageLoad();
     var clipboard = new Clipboard('.clipboard');
     clipboard.on('success', function(e) {
@@ -18,7 +14,6 @@ $(document).ready(function () {
     });
 });
 function pageLoad(){
-	$("body").getNiceScroll().resize();
 	"use strict";
     var body = $("body");
     $(function () {

File diff suppressed because it is too large
+ 0 - 1
js/jquery.nicescroll.min.js


Some files were not shown because too many files changed in this diff