mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-27 04:40:34 +03:00
luci: Fix checkbox enable_custom_d
This commit is contained in:
@@ -289,7 +289,7 @@ return view.extend({
|
||||
if (document.getElementById('cfg_erase_autohostlist').checked) {
|
||||
opt_flags += '(erase_autohostlist)';
|
||||
};
|
||||
if (document.getElementById('enable_custom_d').checked) {
|
||||
if (document.getElementById('cfg_enable_custom_d').checked) {
|
||||
opt_flags += '(enable_custom_d)';
|
||||
};
|
||||
//console.log('RESET: opt_flags = ' + opt_flags);
|
||||
|
||||
Reference in New Issue
Block a user