Changeset 1421554
- Timestamp:
- 05/21/2016 03:32:38 PM (10 years ago)
- Location:
- wp-ultimate-map/trunk
- Files:
-
- 3 edited
-
js/scripts.js (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
wp-ultimate-map.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-ultimate-map/trunk/js/scripts.js
r1301263 r1421554 156 156 }); 157 157 158 function placeMarker(latLng, map , marker_image ,content , tax_id ='') {158 function placeMarker(latLng, map , marker_image ,content , tax_id) { 159 159 if(inViewport(latLng)) { 160 160 var width=42; … … 338 338 for (var i = 0, len = routeChanged.length; i < len; i++) { 339 339 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, ''); 341 341 } 342 342 }else { -
wp-ultimate-map/trunk/readme.txt
r1301267 r1421554 64 64 * Initial Version 65 65 66 = 1.1 67 * Bug Fixes 68 -
wp-ultimate-map/trunk/wp-ultimate-map.php
r1301263 r1421554 5 5 Description: 6 6 Author: WebsEfficient 7 Version: 1. 07 Version: 1.1 8 8 Author URI: 9 9 Text Domain: wp-geo-location
Note: See TracChangeset
for help on using the changeset viewer.