luci-app-adblock: sync with 2.6.1
[project/luci.git] / applications / luci-app-adblock / luasrc / model / cbi / adblock / configuration_tab.lua
index ec88e5f..1b83c94 100644 (file)
@@ -12,6 +12,7 @@ end
 
 m = SimpleForm("input", nil)
 m:append(Template("adblock/config_css"))
+m.reset = false
 
 s = m:section(SimpleSection, nil,
        translate("This form allows you to modify the content of the main adblock configuration file (/etc/config/adblock)."))