summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-samba4/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-samba4/htdocs')
-rw-r--r--applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js b/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js
index 48779c91c1..7b6430b966 100644
--- a/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js
+++ b/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js
@@ -1,9 +1,10 @@
'use strict';
+'require view';
'require fs';
'require form';
'require tools.widgets as widgets';
-return L.view.extend({
+return view.extend({
load: function() {
return Promise.all([
L.resolveDefault(fs.stat('/sbin/block'), null),