aboutsummaryrefslogtreecommitdiff
path: root/web/release.html
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-08-01 21:21:21 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-08-01 21:21:21 +1200
commitf3cd8b8a9ad5c866768f6f5c7e1f53697e54c3f0 (patch)
tree74f911a04a4ed95ca210eb92c36e6636750cba88 /web/release.html
parent61c54f16cf75d33923fc18b6abcee843f523dec2 (diff)
downloadtrackermap-server-f3cd8b8a9ad5c866768f6f5c7e1f53697e54c3f0.tar.gz
trackermap-server-f3cd8b8a9ad5c866768f6f5c7e1f53697e54c3f0.tar.bz2
trackermap-server-f3cd8b8a9ad5c866768f6f5c7e1f53697e54c3f0.zip
Update web project structure
Diffstat (limited to 'web/release.html')
-rw-r--r--web/release.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/release.html b/web/release.html
index 29e74433f..520cad4a4 100644
--- a/web/release.html
+++ b/web/release.html
@@ -9,7 +9,8 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/ext-all.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/extjs/6.0.0/classic/theme-neptune/theme-neptune.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ol3/3.7.0/ol.min.js"></script>
-<script src="app.js"></script>
+<script src="locale.js"></script>
+<script type="text/javascript">Ext.Loader.loadScript('app.min.js');</script>
</head>
<body>
<div style="position: fixed; bottom: 10px; right: 15px; font-size: x-small;">Powered by <a href="https://www.traccar.org/">Traccar GPS Tracking System</a></div>