mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Shorter fade
This commit is contained in:
@@ -24,7 +24,7 @@ $(document).ready(function()
|
||||
if(find) $("#playlist").height($("#player").height()-30+30);
|
||||
if(!find)$("#playlist").height($("#player").height()+30);; //closing
|
||||
myScroll.refresh();
|
||||
setTimeout(function(){myScroll.refresh();}, 1005);
|
||||
setTimeout(function(){myScroll.refresh();}, 505);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user