mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 10:38:50 -05:00
Spinner update
This commit is contained in:
@@ -575,7 +575,7 @@ $(function() {
|
||||
});
|
||||
}
|
||||
$('form').append($('<input>').attr({type:'hidden', name:'csrf_token', value:'<?=$var['csrf_token']?>'}));
|
||||
$('div.spinner').each(function(){$(this).html(unraid_logo);});
|
||||
setTimeout(function(){$('div.spinner').each(function(){$(this).html(unraid_logo);});},100); // display animation if longer than 100ms
|
||||
watchdog.start();
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user