summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-pagekitec/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-pagekitec/htdocs')
-rw-r--r--applications/luci-app-pagekitec/htdocs/luci-static/resources/view/pagekitec.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-app-pagekitec/htdocs/luci-static/resources/view/pagekitec.js b/applications/luci-app-pagekitec/htdocs/luci-static/resources/view/pagekitec.js
index 13161de7a8..9289bf3260 100644
--- a/applications/luci-app-pagekitec/htdocs/luci-static/resources/view/pagekitec.js
+++ b/applications/luci-app-pagekitec/htdocs/luci-static/resources/view/pagekitec.js
@@ -1,4 +1,5 @@
'use strict';
+'require view';
'require form';
var desc = _(""
@@ -9,7 +10,7 @@ var desc = _(""
+ "some very very basic uses of pagekite.</em>"
);
-return L.view.extend({
+return view.extend({
render: function() {
var m, s, o;