reenable status timer when rebooting

This commit is contained in:
Christian Herzog
2019-10-20 10:52:45 +02:00
parent 4e6720a8ec
commit 220f039be3

View File

@@ -213,7 +213,6 @@ $(document).ready(function(){
},
complete: function(response) {
console.log('reboot call completed');
}
});
}
@@ -427,6 +426,10 @@ $(document).ready(function(){
}
});
$('#boot-button').on("click", function(){
enableStatusTimer = true;
});
//first time the page loads: attempt to get the connection status and start the wifi scan
refreshAP();
getConfig();