📋Copy from device #721
Some checks are pending
docker / docker_dev (push) Waiting to run

This commit is contained in:
jokob-sk
2024-07-03 09:07:33 +10:00
parent 624e30842a
commit 70d117cb6d
3 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ function checkDbLock() {
type: 'GET',
success: function(response) {
// console.log(response);
console.log(response);
if (response == 0) {
// console.log('Database is not locked');
$(".header-status-locked-db").hide()