Skip to content

Commit

Permalink
Basic: ACTUALLY fix #844
Browse files Browse the repository at this point in the history
(cherry picked from commit b770e16)
  • Loading branch information
lantis1008 committed Dec 16, 2019
1 parent 71f9941 commit 0bdd843
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 @@ -123,7 +123,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 0bdd843

Please sign in to comment.