diff options
Diffstat (limited to 'applications/luci-app-frps/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js b/applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js index d941a99379..5c2162f94a 100644 --- a/applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js +++ b/applications/luci-app-frps/htdocs/luci-static/resources/view/frps.js @@ -1,4 +1,5 @@ 'use strict'; +'require view'; 'require form'; 'require tools.widgets as widgets'; @@ -88,7 +89,7 @@ function defOpts(s, opts, params) { } } -return L.view.extend({ +return view.extend({ render: function() { var m, s, o; |