diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-21 15:35:34 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-21 15:35:34 +0500 |
commit | d3d8e6aed0f880a0077a5aa0b5bd2fcd189a5525 (patch) | |
tree | 3db4b72d4bcd654ffa59272d9bbfde6d6c97fca2 /web/simple | |
parent | 13cdf25f6afbd8f77f851bc002021ddc08727eb1 (diff) | |
download | etbsa-traccar-web-d3d8e6aed0f880a0077a5aa0b5bd2fcd189a5525.tar.gz etbsa-traccar-web-d3d8e6aed0f880a0077a5aa0b5bd2fcd189a5525.tar.bz2 etbsa-traccar-web-d3d8e6aed0f880a0077a5aa0b5bd2fcd189a5525.zip |
Also migrate "simple" to 3.20.0
Diffstat (limited to 'web/simple')
-rw-r--r-- | web/simple/index.html | 4 |
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> |