luci-app-statistics: clean and fix plugin configurations
[project/luci.git] / applications / luci-app-statistics / htdocs / luci-static / resources / view / statistics / plugins / ping.js
index 62958e848802aecfa94ae0c3715885f7e1812411..07f0f509471bab9744dbfbe0f6b640437215db99 100644 (file)
@@ -9,7 +9,6 @@ return L.Class.extend({
                var o;
 
                o = s.option(form.Flag, 'enable', _('Enable this plugin'));
-               o.default = '0';
 
                o = s.option(form.DynamicList, 'Hosts', _('Monitor hosts'));
                o.default = '127.0.0.1';