mirror of
https://github.com/openwrt/luci.git
synced 2025-12-22 01:44:35 +04:00
luci-app-widgets: require the correct widgets file at load time
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
'require form';
|
'require form';
|
||||||
'require view';
|
'require view';
|
||||||
'require widgets';
|
'require tools.widgets as widgets';
|
||||||
|
|
||||||
// OptionalFlag helper function
|
// OptionalFlag helper function
|
||||||
function OptionalFlag(section, key, title, description) {
|
function OptionalFlag(section, key, title, description) {
|
||||||
|
|||||||
Reference in New Issue
Block a user