mirror of https://github.com/sfeakes/AqualinkD.git
Update aqmanager.html
parent
76f3adfcb9
commit
d789fc2cfb
|
@ -1339,7 +1339,6 @@
|
|||
}
|
||||
|
||||
function setAqManagerOptions(data) {
|
||||
|
||||
/*
|
||||
read deamonized logging2file logfilename debugmasks[] loglevels[]
|
||||
if logfilename=NULL we can turn on/off logging to file.
|
||||
|
@ -1355,6 +1354,7 @@
|
|||
disablebutton("upgrade");
|
||||
} else {
|
||||
enablebutton("restart");
|
||||
|
||||
if (data['aqualinkd_version']) {
|
||||
//document.getElementById("aqualinkdversion").innerHTML = data['aqualinkd_version'];
|
||||
if (data['aqualinkd_version'] == _latestVersionAvailable ) {
|
||||
|
|
Loading…
Reference in New Issue