diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-04-03 10:00:06 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-04-03 10:00:06 +0200 |
commit | 3c4bc228a1f7b5731cf464f3f407c9ed9ace3cd2 (patch) | |
tree | d9ac0458c66dfa3c5d4922314df9d41499f578bc /applications/luci-app-pagekitec | |
parent | 1099aebdee29b8e5408688d0fd64d49e6ec4bd35 (diff) |
treewide: import utility classes explicitly
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-pagekitec')
-rw-r--r-- | applications/luci-app-pagekitec/htdocs/luci-static/resources/view/pagekitec.js | 3 |
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 13161de7a..9289bf326 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; |