Update key when the zoom changes, even if the language is not english.

This commit is contained in:
Tom Hughes 2009-06-05 18:06:38 +00:00
parent da8c910bc2
commit 52bfc5a905

View file

@ -17,7 +17,7 @@
} }
function updateKey() { function updateKey() {
if (sidebarOpen("Map key")) if (sidebarOpen("<%= t('site.key.map_key') %>"))
{ {
showKey(); showKey();
} }