From 6686e925c07bb4d49c5e59f2c2d91e278188189d Mon Sep 17 00:00:00 2001 From: Leclerc Gwendal Date: Fri, 25 Mar 2016 11:53:03 +0100 Subject: [PATCH] feat: replacing jquery.scrollbar by perfect-scrollbar --- layouts/partials/head_includes.html | 1 + layouts/partials/menu.html | 70 ++++++------ layouts/partials/script_includes.html | 3 +- static/css/perfect-scrollbar.min.css | 2 + static/css/theme.css | 133 +--------------------- static/js/jquery.scrollbar.min.js | 16 --- static/js/learn.js | 5 +- static/js/perfect-scrollbar.jquery.min.js | 2 + static/js/perfect-scrollbar.min.js | 2 + 9 files changed, 48 insertions(+), 186 deletions(-) create mode 100644 static/css/perfect-scrollbar.min.css delete mode 100644 static/js/jquery.scrollbar.min.js create mode 100644 static/js/perfect-scrollbar.jquery.min.js create mode 100644 static/js/perfect-scrollbar.min.js diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html index 922d9139cc..0ee8ee940d 100644 --- a/layouts/partials/head_includes.html +++ b/layouts/partials/head_includes.html @@ -2,6 +2,7 @@ +