mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
JS:
- found some phrases, that were lost in translation - added MapViewer to enable lightboxes with maps
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user