Reverted accidentally default activation of websockets in d514399.

This commit is contained in:
Sascha L. Teichmann 2015-05-25 13:04:28 +02:00
parent baff772463
commit 4d467f3158
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<script type="text/javascript" src="js/leaflet.awesome-markers.js"></script>
<script>
var useWebsocket = true; // Set to true if you want websocket support
var useWebsocket = false; // Set to true if you want websocket support
L.Projection.NoWrap = {
project: function (latlng) {