Skip to content

Commit

Permalink
Basic: ACTUALLY fix #844
Browse files Browse the repository at this point in the history
  • Loading branch information
lantis1008 committed Dec 16, 2019
1 parent 28433d9 commit b770e16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/gargoyle/files/www/js/basic.js
Expand Up @@ -131,7 +131,6 @@ function saveChanges()
preCommands = preCommands + "\nuci -q del network.wwan\nuci commit\n";
uci.removeSection("network", "wwan");
uciCompare.removeSection("network", "wwan");
uci.set("dhcp", "lan", "ignore", "0");
var lanzone = uci.getAllSectionsOfType("firewall","zone");
for(x = 0; x < lanzone.length; x++)
{
Expand Down

0 comments on commit b770e16

Please sign in to comment.