This commit is contained in:
KasperRT
2015-03-17 14:54:20 +01:00

View File

@@ -66,9 +66,10 @@ function updateList()
{ {
myScroll = new IScroll('#playlist', { myScroll = new IScroll('#playlist', {
mouseWheel: true, mouseWheel: true,
scrollbars: false, scrollbars: true,
scrollY: true, scrollY: true,
interactiveScrollbars: false interactiveScrollbars: true,
fadeScrollbars: true
}); });
scroller = true; scroller = true;
}else }else