get_services
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-12 12:53:34 +00:00
parent f6c63e68f4
commit c9cf7e2ffb

View File

@@ -193,9 +193,7 @@ function check_services() {
function get_services() { function get_services() {
var url = 'scan.php?op=services'; var url = 'scan.php?op=services';
jQuery.get(url, function(data) { jQuery.get(url, function(data) {
if (data=="OK") {
setTimeout(check_services, 1000); setTimeout(check_services, 1000);
}
}); });
} }