mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +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', {
|
||||
mouseWheel: true,
|
||||
scrollbars: false,
|
||||
scrollbars: true,
|
||||
scrollY: true,
|
||||
interactiveScrollbars: false
|
||||
interactiveScrollbars: true,
|
||||
fadeScrollbars: true
|
||||
});
|
||||
scroller = true;
|
||||
}else
|
||||
|
||||
Reference in New Issue
Block a user