1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Doesn't remove parameters if empty

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-03-31 19:57:36 +02:00
parent 494173ce5c
commit ab3c5fbdae
3 changed files with 3 additions and 1 deletions

View file

@ -74,6 +74,7 @@ return L.view.extend({
o = s.taboption('advanced', form.Flag, 'cleartext_data', _('Disable encryption'));
o.default = o.disabled;
o.rmempty = false;
o = s.taboption('advanced', form.Value, 'loss_tolerance', _('Loss tolerance'));
o.default = '50';