firmware: spaces

This commit is contained in:
Franco Fichtner 2016-11-16 13:54:36 +01:00
parent a634a803e2
commit 7cc2127769

View File

@ -42,7 +42,7 @@ POSSIBILITY OF SUCH DAMAGE.
*/
function updateStatus() {
// update UI
updateStatusPrepare();
updateStatusPrepare();
// request status
ajaxGet('/api/core/firmware/status',{},function(data,status){
@ -364,7 +364,7 @@ POSSIBILITY OF SUCH DAMAGE.
// dashboard link: run check automatically
} else if (window.location.hash == '#checkupdate') {
// update UI and delay update to avoid races
updateStatusPrepare();
updateStatusPrepare();
setTimeout(updateStatus, 1000);
}
});