luci-app-mosdns: adjust the delay for loading codemirror configuration
* enough time to complete loading of codemirror resources. * fix #243 Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
18b3a9f95e
commit
bba908ba98
@ -399,7 +399,7 @@ return view.extend({
|
||||
theme: "dracula"
|
||||
});
|
||||
}
|
||||
}, 150);
|
||||
}, 600);
|
||||
o = s.taboption('basic', form.TextValue, '_custom', _('Configuration Editor'),
|
||||
_('This is the content of the file \'/etc/mosdns/config_custom.yaml\' from which your MosDNS configuration will be generated. \
|
||||
Only accepts configuration content in yaml format.'));
|
||||
|
Loading…
Reference in New Issue
Block a user