Changeset 874 for trunk/Modules/Map/MapAPI.php
- Timestamp:
- Apr 6, 2020, 11:56:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Map/MapAPI.php
r873 r874 37 37 function Show() 38 38 { 39 return ('');39 return ''; 40 40 } 41 41 } … … 102 102 </script>'; 103 103 $Output .= '<div id="map_canvas" style="width: 100%; height: 98%;"></div>'; 104 return ($Output);104 return $Output; 105 105 } 106 106 }
Note:
See TracChangeset
for help on using the changeset viewer.