From b8566dbd1206ffcad8d34998a1fd5ee906dc76a5 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Fri, 7 Oct 2016 12:57:39 +0200 Subject: [PATCH] Uncaught SecurityError now fixed in Leaflet.RestoreView --- js/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Map.js b/js/Map.js index 50462f1..353d000 100644 --- a/js/Map.js +++ b/js/Map.js @@ -60,7 +60,7 @@ BR.Map = { map = new L.Map('map', { worldCopyJump: true }); - if (!BR.Util.localStorageAvailable() || !map.restoreView()) { + if (!map.restoreView()) { map.setView([50.99, 9.86], 6); } map.attributionControl.addAttribution(