💠down_reconnected support v0.75 #611

This commit is contained in:
jokob-sk
2024-05-26 16:52:07 +10:00
parent b3f81967c6
commit 0cf525bd30
14 changed files with 28 additions and 7 deletions

View File

@@ -36,7 +36,8 @@ function checkDbLock() {
}
},
error: function() {
console.log('Error checking database lock status');
console.log('🟥 Error checking database lock status');
$(".header-status-locked-db").show()
}
});
}