aboutsummaryrefslogtreecommitdiff
path: root/web/simple/index.html
diff options
context:
space:
mode:
authorRafael Guterres <guterresrafael@gmail.com>2016-12-21 22:30:52 -0200
committerRafael Guterres <guterresrafael@gmail.com>2016-12-21 22:30:52 -0200
commita23b0c9a452f8a06bc781be5c891932096fe5e65 (patch)
treef92644c27670e0c7f2f210905ee4b0e21916425c /web/simple/index.html
parenteb5089cffdf6a3ed5e29fcce1b525b223ce5fe05 (diff)
parent19d6e1c9cc916ed4c1ed72fe168909770a657db2 (diff)
downloadetbsa-traccar-web-a23b0c9a452f8a06bc781be5c891932096fe5e65.tar.gz
etbsa-traccar-web-a23b0c9a452f8a06bc781be5c891932096fe5e65.tar.bz2
etbsa-traccar-web-a23b0c9a452f8a06bc781be5c891932096fe5e65.zip
Merge branch 'master' of https://github.com/tananaev/traccar-web
Diffstat (limited to 'web/simple/index.html')
-rw-r--r--web/simple/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/simple/index.html b/web/simple/index.html
index d4bfe50..d52e518 100644
--- a/web/simple/index.html
+++ b/web/simple/index.html
@@ -4,11 +4,11 @@
<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="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.19.1/ol.css" type="text/css">
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.20.0/ol.css" type="text/css">
</head>
<body style="margin: 0; padding: 0;">
<div id="map" style="width: 100%; height: 100%; position:fixed;"></div>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.19.1/ol.js" type="text/javascript"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/3.20.0/ol.js" type="text/javascript"></script>
<script id="loadScript" src="app.js"></script>
</body>
</html>