diff options
author | Markus Koch <markus@notsyncing.net> | 2020-04-19 20:36:58 +0200 |
---|---|---|
committer | Markus Koch <markus@notsyncing.net> | 2020-04-19 20:36:58 +0200 |
commit | a598403c5fca4d2e0b55b59b42e0fe76e1cabbaf (patch) | |
tree | 4d5c8c44799b305ed1ced4bed7351e83b13eecc6 /htdocs | |
parent | 90161e098a03cf41343f4e335fbe4fdbe8766d05 (diff) | |
download | lifomapserver-a598403c5fca4d2e0b55b59b42e0fe76e1cabbaf.tar.gz lifomapserver-a598403c5fca4d2e0b55b59b42e0fe76e1cabbaf.tar.bz2 lifomapserver-a598403c5fca4d2e0b55b59b42e0fe76e1cabbaf.zip |
Fix typo
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/mapscript.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/mapscript.js b/htdocs/mapscript.js index 46cd08a..1ad176e 100644 --- a/htdocs/mapscript.js +++ b/htdocs/mapscript.js @@ -297,7 +297,7 @@ L.GotoControl = L.MyControl.extend({ options: { position: 'topleft', callback: prompt_location, - title: 'Jump to coordinates.', + title: 'Jump to coordinates', html: '⌖' } }); |