webui fix

This commit is contained in:
SJ
2013-02-16 12:51:43 +01:00
parent d323e076ac
commit 1a5c36eb64
2 changed files with 5 additions and 2 deletions

View File

@ -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) });
},