load helper.js using requirejs
This commit is contained in:
parent
5a5c3e2263
commit
056c46331d
3 changed files with 5 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
require(["config", "moment", "chroma-js", "router", "map", "sidebar", "tabs", "container", "meshstats", "linklist", "nodelist", "simplenodelist", "infobox/main"],
|
||||
require(["config", "moment", "chroma-js", "router", "map", "sidebar", "tabs", "container", "meshstats", "linklist", "nodelist", "simplenodelist", "infobox/main", "helper"],
|
||||
function (Config, moment, chroma, Router, Map, Sidebar, Tabs, Container, Meshstats, Linklist, Nodelist, SimpleNodelist, Infobox) {
|
||||
main(Config)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue