mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Merge branch 'master' of https://github.com/nixolas1/Zoff
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user