From 635bc78f6c37b5d59057a40b00853b3e08e5ebe7 Mon Sep 17 00:00:00 2001 From: kasperrt Date: Mon, 16 Mar 2015 20:55:54 +0100 Subject: [PATCH 1/2] Added scrollbar. Just because fuk --- js/list.js | 5 +++-- php/footer.php | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/js/list.js b/js/list.js index b01e71eb..ea755519 100755 --- a/js/list.js +++ b/js/list.js @@ -64,9 +64,10 @@ function updateList() { myScroll = new IScroll('#playlist', { mouseWheel: true, - scrollbars: false, + scrollbars: true, scrollY: true, - interactiveScrollbars: false + interactiveScrollbars: true, + fadeScrollbars: true }); scroller = true; }else diff --git a/php/footer.php b/php/footer.php index a3c4d53b..27f2e9c5 100755 --- a/php/footer.php +++ b/php/footer.php @@ -1,5 +1,5 @@ From a7a3499f425241e7f892c4cefcdd8bc7167a2f52 Mon Sep 17 00:00:00 2001 From: kasperrt Date: Mon, 16 Mar 2015 20:56:47 +0100 Subject: [PATCH 2/2] Fucked up footer, reverting --- php/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/footer.php b/php/footer.php index 27f2e9c5..a3c4d53b 100755 --- a/php/footer.php +++ b/php/footer.php @@ -1,5 +1,5 @@