Docs, Mass-delete 📚

This commit is contained in:
Jokob-sk
2024-02-28 21:03:27 +11:00
parent 84f96d72c8
commit 9685784452
19 changed files with 449 additions and 354 deletions

View File

@@ -357,7 +357,7 @@ function handle_locked_DB(data)
{
if(data.includes('database is locked'))
{
console.log(data)
// console.log(data)
showSpinner()
setTimeout(function() {
@@ -722,7 +722,7 @@ function initDeviceListAll_JSON()
$.get('api/table_devices.json', function(data) {
console.log(data)
// console.log(data)
devicesListAll_JSON = data["data"]
@@ -817,6 +817,9 @@ function updateApi()
})
}
// -----------------------------------------------------------------------------
// initialize
// -----------------------------------------------------------------------------