Merge pull request #290 from realies/patch-4

Update app icons container slidedown speed
This commit is contained in:
tom mortensen
2018-03-12 13:38:26 -07:00
committed by GitHub
+1 -1
View File
@@ -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});
});
}