This commit is contained in:
Hoang Huu
2020-03-25 14:46:54 +07:00
parent a24bcb7109
commit 453e78da8b
5 changed files with 14 additions and 11 deletions

View File

@@ -139,7 +139,6 @@
$( 'span', $this )
.append( $( '<em class="nearby-counter">' + markers.length + '</em>' ) );
allMarkers[ type ] = markers;
//console.log( place );
}
}
@@ -235,7 +234,6 @@
for ( var i = 0; i < properties.length; i++ ) {
// console.log( properties[i] );
var url = properties[ i ].icon;
var size = new google.maps.Size( 42, 57 );
if ( window.devicePixelRatio > 1.5 ) {
@@ -1440,8 +1438,7 @@
} );
$( document ).ready( function () {
// search
// search
// show google maps
// update google maps
var updatePreviewGoogleMap = function ( url ) {