diff --git a/pages/zone.php b/pages/zone.php index ed6c78ae..0c4772f6 100644 --- a/pages/zone.php +++ b/pages/zone.php @@ -493,7 +493,7 @@ class ZonePage extends GenericPage $som['instance'] = true; $this->map = array( - 'data' => ['parent' => 'mapper-generic', 'zone' => $this->typeId], + 'data' => ['parent' => 'mapper-generic', 'zone' => $this->typeId, 'zoneLink' => false], 'som' => $som ); } diff --git a/static/js/global.js b/static/js/global.js index 5b78c72b..0dd3935a 100644 --- a/static/js/global.js +++ b/static/js/global.js @@ -19327,9 +19327,11 @@ function Mapper(opt, noScroll) { this.buttons = (this.buttons == null ? true : this.buttons); this.zoneLink = (this.zoneLink == null ? true : this.zoneLink); - if(location.href.indexOf('zone=') != -1) { - this.zoneLink = false; - } + /* aowow - disabled + * if(location.href.indexOf('zone=') != -1) { + * this.zoneLink = false; + * } + */ this.zoom = (this.zoom == null ? 0 : this.zoom); this.zone = (this.zone == null ? 0 : this.zone);