diff --git a/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/basic.js b/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/basic.js index d8cabff..b7f1de0 100644 --- a/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/basic.js +++ b/luci-app-mosdns/htdocs/luci-static/resources/view/mosdns/basic.js @@ -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.'));