Changeset 1178936
- Timestamp:
- 06/11/2015 12:09:01 PM (11 years ago)
- Location:
- chronosly-events-calendar/tags/2.1.8/classes
- Files:
-
- 2 edited
-
chronosly_dad_elements.php (modified) (1 diff)
-
chronosly_templates.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
chronosly-events-calendar/tags/2.1.8/classes/chronosly_dad_elements.php
r1178919 r1178936 3999 3999 if ($html and $html == "print") return __("Loading map", "chronosly") . "<script>jQuery(window).load(function(){gmap_initialize('gmap{$vars->pid}$timestamp', '$q', $zoom);});</script>"; 4000 4000 else { 4001 $timestamp += 1; 4001 4002 4002 4003 return __("Loading map", "chronosly") . "<script>jQuery(window).load(function(){gmap_initialize('gmap{$vars->pid}" . $timestamp . "', '$q', $zoom);});</script>"; -
chronosly-events-calendar/tags/2.1.8/classes/chronosly_templates.php
r1178919 r1178936 1607 1607 $width = "100%"; 1608 1608 $height = "200"; 1609 if($html2) $cont = "$tabs <div id='gmap{{id}}{{timestamp}}' class='ev-data $type' style='width:$width; height:{$height}px;#data_style'>\n$tabs $cont\n$tabs</div>"; 1610 else $cont = " $tabs<div id='gmap{$vars->pid}".round(microtime(true) * 100)."' class='ev-data $type' style='width:$width; height:{$height}px;#data_style'>\n$tabs $cont\n$tabs </div>"; 1609 if($html2) $cont = "$tabs <div id='gmap{{id}}{{timestamp}}' class='ev-data $type' style='width:$width; height:{$height}px;#data_style'>\n$tabs $cont\n$tabs</div>"; 1610 else { 1611 $cont = " $tabs<div id='gmap{$vars->pid}".$timestamp."' class='ev-data $type' style='width:$width; height:{$height}px;#data_style'>\n$tabs $cont\n$tabs </div>"; 1612 } 1611 1613 } 1612 1614 else{ … … 1728 1730 public function print_template_html($id, $vista, $draganddropels="", $template ="", $style="back", $args = array()){ 1729 1731 global $timestamp; 1730 $timestamp = round(microtime(true) * 100);1731 1732 $vars = $this->settings; 1732 1733 $data = "";
Note: See TracChangeset
for help on using the changeset viewer.