mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
reenable status timer when rebooting
This commit is contained in:
@@ -213,7 +213,6 @@ $(document).ready(function(){
|
|||||||
},
|
},
|
||||||
complete: function(response) {
|
complete: function(response) {
|
||||||
console.log('reboot call completed');
|
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
|
//first time the page loads: attempt to get the connection status and start the wifi scan
|
||||||
refreshAP();
|
refreshAP();
|
||||||
getConfig();
|
getConfig();
|
||||||
|
|||||||
Reference in New Issue
Block a user