mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:57:03 +02:00
webui fix
This commit is contained in:
@ -588,6 +588,8 @@ var Piler =
|
||||
.done( function(a) {
|
||||
$('#A1').html(a);
|
||||
document.body.style.cursor = 'default';
|
||||
|
||||
//setInterval('Piler.load_health()', Piler.health_refresh * 1000);
|
||||
})
|
||||
.fail(function(a, b) { alert("Problem retrieving XML data:" + b) });
|
||||
},
|
||||
|
Reference in New Issue
Block a user