aboutsummaryrefslogtreecommitdiff
path: root/web/debug.html
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-03 06:47:51 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-03 06:47:51 +1300
commitf97cba3ce4bac8b1e5df62e31b082bc68c7ac320 (patch)
tree63b24ca7f9fd2885314867d2d5e52d82ecdd1c5e /web/debug.html
parenta0a618d2cc0f5a6a8423d9eeb6fca54fcf8b41ff (diff)
downloadetbsa-traccar-web-f97cba3ce4bac8b1e5df62e31b082bc68c7ac320.tar.gz
etbsa-traccar-web-f97cba3ce4bac8b1e5df62e31b082bc68c7ac320.tar.bz2
etbsa-traccar-web-f97cba3ce4bac8b1e5df62e31b082bc68c7ac320.zip
Refactor web app loading
Diffstat (limited to 'web/debug.html')
-rw-r--r--web/debug.html14
1 files changed, 1 insertions, 13 deletions
diff --git a/web/debug.html b/web/debug.html
index a865e66..bafdd3c 100644
--- a/web/debug.html
+++ b/web/debug.html
@@ -4,22 +4,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Traccar</title>
-<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/classic/theme-crisp/resources/theme-crisp-all.css">
-<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/ol3/3.18.2/ol.css">
-<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
-<link rel="stylesheet" href="app.css">
</head>
<body>
<div id="spinner"></div>
<div id="attribution">Powered by <a href="https://www.traccar.org/">Traccar GPS Tracking System</a></div>
-<script src="//cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/ext-all-debug.js"></script>
-<script src="//cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/classic/theme-crisp/theme-crisp.js"></script>
-<script src="//cdnjs.cloudflare.com/ajax/libs/ol3/3.18.2/ol-debug.js"></script>
-<script src="arrow.js"></script>
-<script type="text/javascript">
-Ext.Loader.setConfig({ disableCaching: false });
-</script>
-<script src="locale.js"></script>
-<script src="app.js"></script>
+<script id="loadScript" mode="debug" src="load.js"></script>
</body>
</html>