Update debug.js

Removed unnecessary auto-check when calling page
This commit is contained in:
Joerg (DJ7NT)
2024-03-25 07:54:16 +01:00
committed by GitHub
parent fd9eeeeae8
commit b0bad1d30e

View File

@@ -101,8 +101,3 @@ function update_version_check(local_branch) {
$('#last_version_check').text("Last version check: " + new Date(timestamp).toUTCString());
});
}
$(document).ready(function () {
update_version_check(local_branch);
});