mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user