Updating index to create new menu, custom.js with new code, moved config parameters from index.php to its own file

This commit is contained in:
Lawrence
2017-10-29 12:31:51 +08:00
parent d42e265365
commit 6e786e41c2
3 changed files with 31 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ function loadCurrentSettings(strInterface) {
//console.log(i2+":"+v2);
switch(i2) {
case "static":
if(v2 == 1) {
if(v2 == 'true') {
$('#'+int+'-static').click();
}
break;