Clenup & prune attempt 🧪

This commit is contained in:
Jokob-sk
2023-12-16 16:50:54 +11:00
parent 90322c4747
commit 233873704d
2 changed files with 23 additions and 5 deletions

View File

@@ -649,12 +649,8 @@ function handleLoadingDialog()
$.get('log/execution_queue.log?nocache=' + Date.now(), function(data) {
console.log(data)
console.log("hree")
if(data.includes("update_api|devices"))
{
spinnerShown = true;
{
showSpinner("devices_old")
setTimeout("handleLoadingDialog()", 1000);