Plugin Directory

Changeset 1178936


Ignore:
Timestamp:
06/11/2015 12:09:01 PM (11 years ago)
Author:
heimsveld
Message:

Uploadding 2.1.8

Location:
chronosly-events-calendar/tags/2.1.8/classes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chronosly-events-calendar/tags/2.1.8/classes/chronosly_dad_elements.php

    r1178919 r1178936  
    39993999                if ($html and $html == "print") return __("Loading map", "chronosly") . "<script>jQuery(window).load(function(){gmap_initialize('gmap{$vars->pid}$timestamp', '$q', $zoom);});</script>";
    40004000                else {
     4001                    $timestamp += 1;
    40014002
    40024003                    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  
    16071607                                $width = "100%";
    16081608                                $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                                }
    16111613                            }
    16121614                            else{
     
    17281730       public function print_template_html($id, $vista, $draganddropels="", $template ="", $style="back", $args = array()){
    17291731            global $timestamp;
    1730             $timestamp = round(microtime(true) * 100);
    17311732            $vars = $this->settings;
    17321733            $data = "";
Note: See TracChangeset for help on using the changeset viewer.