diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-17 13:26:28 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-06-17 13:30:09 +0200 |
commit | 60e5f108794a7e6fb85667f93829c38415a71472 (patch) | |
tree | 627943b8b724cc481905f1ef4633edca8bf66657 | |
parent | 889c1b988ad22485cd8d515aa1ce9fd418707f41 (diff) | |
download | server-60e5f108794a7e6fb85667f93829c38415a71472.tar.gz |
tripoli: Workaround Safari SVG bugs by avoiding SVG features.
-rw-r--r-- | public/common/client.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/common/client.js b/public/common/client.js index 74738fa..fdbc540 100644 --- a/public/common/client.js +++ b/public/common/client.js @@ -349,6 +349,7 @@ function toggle_zoom() { function init_map_zoom() { window.addEventListener('resize', zoom_map); + zoom_map(); } function init_shift_zoom() { |