- found some phrases, that were lost in translation
 - added MapViewer to enable lightboxes with maps
This commit is contained in:
Sarjuuk
2015-05-10 10:53:46 +02:00
parent b71b5e8363
commit 37be1b8113
9 changed files with 1214 additions and 729 deletions

View File

@@ -1192,7 +1192,7 @@ var Markup = {
switch(attr.unnamed)
{
case 'map':
url = '/maps=' + attr.zone;
url = '?maps=' + attr.zone;
if(attr.floor)
url += '.' + attr.floor;
if(attr.pins)