aboutsummaryrefslogtreecommitdiff
path: root/web/debug.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/debug.html')
-rw-r--r--web/debug.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/debug.html b/web/debug.html
index f4cad1012..fb8f15676 100644
--- a/web/debug.html
+++ b/web/debug.html
@@ -4,10 +4,10 @@
<title>Traccar</title>
<link rel="stylesheet" href="//cdn.sencha.com/ext/gpl/5.1.0/build/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/ol3/3.6.0/ol.css">
-<script type="text/javascript" src="//cdn.sencha.com/ext/gpl/5.1.0/build/ext-all-debug.js"></script>
-<script type="text/javascript" src="//cdn.sencha.com/ext/gpl/5.1.0/build/packages/ext-theme-neptune/build/ext-theme-neptune.js"></script>
-<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/ol3/3.6.0/ol-debug.js"></script>
-<script type="text/javascript" src="app.js"></script>
+<script src="//cdn.sencha.com/ext/gpl/5.1.0/build/ext-all-debug.js"></script>
+<script src="//cdn.sencha.com/ext/gpl/5.1.0/build/packages/ext-theme-neptune/build/ext-theme-neptune.js"></script>
+<script src="//cdnjs.cloudflare.com/ajax/libs/ol3/3.6.0/ol-debug.js"></script>
+<script src="app.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>