Skip to content
Snippets Groups Projects
Commit c423ad99 authored by Demian Katz's avatar Demian Katz
Browse files

Merge branch 'release-4.1'

parents 6ff74193 159403d1
Branches issue/24887
Tags instance/fid_adlr/alpha/24887
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
json_encode($basemap)]; json_encode($basemap)];
$jsParams = implode(', ', $params); $jsParams = implode(', ', $params);
$jsLoad = "loadMapTab(" . $jsParams . ");"; ?> $jsLoad = "loadMapTab(" . $jsParams . ");"; ?>
<div id="wrap" style="width: 674px; height: 479px"> <div id="wrap" style="width: inherit; height: 479px">
<div id="map-canvas" style="width: 100%; height: 100%"><div id="popup"></div></div> <div id="map-canvas" style="width: 100%; height: 100%"><div id="popup"></div></div>
<?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, $jsLoad, 'SET');?> <?=$this->inlineScript(\Zend\View\Helper\HeadScript::SCRIPT, $jsLoad, 'SET');?>
</div> </div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment