summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js')
-rw-r--r--applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js b/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js
index 4725f7a5b..26756a369 100644
--- a/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js
+++ b/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/term.js
@@ -1,7 +1,8 @@
'use strict';
+'require view';
'require uci';
-return L.view.extend({
+return view.extend({
load: function() {
return uci.load('ttyd');
},