Spinner update

This commit is contained in:
bergware
2018-08-22 17:33:29 +02:00
parent 2d401c99cd
commit 2629950357
@@ -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>