diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-16 18:41:10 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-12-16 18:41:10 +1300 |
commit | 234b9aa67a8ba16d30cdaaac6aeb35562e0d7353 (patch) | |
tree | 0305c955ef5f2c23ccff34ca2898ad170a343b75 /web/simple/index.html | |
parent | 37d91fdce003cc0e82bc6c3c1f7ee64c63fde1f8 (diff) | |
download | trackermap-web-234b9aa67a8ba16d30cdaaac6aeb35562e0d7353.tar.gz trackermap-web-234b9aa67a8ba16d30cdaaac6aeb35562e0d7353.tar.bz2 trackermap-web-234b9aa67a8ba16d30cdaaac6aeb35562e0d7353.zip |
Keep service session cookie
Diffstat (limited to 'web/simple/index.html')
-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 08c9b2bb..d4bfe504 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="//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.19.1/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="//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.19.1/ol.js" type="text/javascript"></script> <script id="loadScript" src="app.js"></script> </body> </html> |