commit | f0eb2174c458a0d1bb49568520053a429dd3ea3d | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Tue Jan 26 18:54:21 2016 -0800 |
committer | Simon Hunt <simon@onlab.us> | Tue Jan 26 18:54:34 2016 -0800 |
tree | ffb2ab8b649b6df88f0eb2efd20580cc84925bc8 | |
parent | fa24218124fdd8dce75972f828ce3595b653c577 [diff] [blame] |
efunc: generate map data Change-Id: I613166d3ebc016fc1c37bff61a909ab60aae8836
diff --git a/web/gui/src/main/webapp/index.html b/web/gui/src/main/webapp/index.html index 3d22c9a..5266d89 100644 --- a/web/gui/src/main/webapp/index.html +++ b/web/gui/src/main/webapp/index.html
@@ -41,6 +41,7 @@ <script src="app/directives.js"></script> <script src="app/fw/util/util.js"></script> + <script src="app/fw/util/ee.js"></script> <script src="app/fw/util/fn.js"></script> <script src="app/fw/util/random.js"></script> <script src="app/fw/util/theme.js"></script>