Plugin Directory

Changeset 1421554


Ignore:
Timestamp:
05/21/2016 03:32:38 PM (10 years ago)
Author:
rahulbhangale
Message:

ie bug fix

Location:
wp-ultimate-map/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-ultimate-map/trunk/js/scripts.js

    r1301263 r1421554  
    156156});
    157157   
    158 function placeMarker(latLng, map , marker_image ,content , tax_id='') {
     158function placeMarker(latLng, map , marker_image ,content , tax_id) {
    159159    if(inViewport(latLng)) {
    160160                var width=42;
     
    338338     for (var i = 0, len = routeChanged.length; i < len; i++) {
    339339         var LatLng = new google.maps.LatLng(routeChanged[i].lat, routeChanged[i].lng);
    340          placeMarker(LatLng , map , routeChanged[i].marker_url , routeChanged[i].content);
     340         placeMarker(LatLng , map , routeChanged[i].marker_url , routeChanged[i].content, '');
    341341        }
    342342    }else {
  • wp-ultimate-map/trunk/readme.txt

    r1301267 r1421554  
    6464* Initial Version
    6565
     66= 1.1
     67* Bug Fixes
     68
  • wp-ultimate-map/trunk/wp-ultimate-map.php

    r1301263 r1421554  
    55Description:
    66Author: WebsEfficient
    7 Version: 1.0
     7Version: 1.1
    88Author URI:
    99Text Domain: wp-geo-location
Note: See TracChangeset for help on using the changeset viewer.