mirror of
https://github.com/unraid/webgui.git
synced 2026-05-01 23:39:21 -05:00
Merge pull request #290 from realies/patch-4
Update app icons container slidedown speed
This commit is contained in:
@@ -55,7 +55,7 @@ function loadlist() {
|
||||
if ($('.Panel.started').length===0) $('#noapps').show();
|
||||
}
|
||||
if ($('.Panel').length===0) $('#noapps').show();
|
||||
$('#apps_icons').slideDown('slow');
|
||||
$('#apps_icons').slideDown('fast');
|
||||
context.init({preventDoubleContext:false});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user