From 301679ae6cc14687f36fa0c2efce47b5aa778a4b Mon Sep 17 00:00:00 2001 From: mindnervestech Date: Tue, 11 Nov 2014 13:52:23 +0530 Subject: [PATCH] slim scroll --- app/views/dashboard.blade.php | 4 +- app/views/header.blade.php | 2 +- public/js/jquery.nicescroll.min.js | 313 ------------------- public/js/jquery.slimscroll.js | 470 +++++++++++++++++++++++++++++ 4 files changed, 473 insertions(+), 316 deletions(-) delete mode 100644 public/js/jquery.nicescroll.min.js create mode 100644 public/js/jquery.slimscroll.js diff --git a/app/views/dashboard.blade.php b/app/views/dashboard.blade.php index 6ecd163b37..15aec5cfc9 100644 --- a/app/views/dashboard.blade.php +++ b/app/views/dashboard.blade.php @@ -8,8 +8,8 @@ $(document).ready(function() { - $("#informationBox").niceScroll(); - $(".upComingDataScrolls").niceScroll(); + $("#informationBox").slimScroll(); + $(".upComingDataScrolls").slimScroll(); $( "#monthButton" ).click(function() { $("#invoiceAvgValue").text('{{$monthValue}}'); diff --git a/app/views/header.blade.php b/app/views/header.blade.php index f60de24b7e..16e6d413a2 100755 --- a/app/views/header.blade.php +++ b/app/views/header.blade.php @@ -5,7 +5,7 @@ - +