// Fix bug with module store

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16105 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-06-21 09:02:32 +00:00
parent 9413d97e45
commit 9099ec040f
+1 -2
View File
@@ -84,7 +84,6 @@ function clearLocations(n)
}
locationSelect.appendChild(option);
$('#stores-table tr.node').remove();
initMarkers();
}
function searchLocationsNear(center)
@@ -96,7 +95,7 @@ function searchLocationsNear(center)
var markerNodes = xml.documentElement.getElementsByTagName('marker');
var bounds = new google.maps.LatLngBounds();
clearLocations(markerNodes.length);
clearLocations(markerNodes.length);
for (var i = 0; i < markerNodes.length; i++)
{
var name = markerNodes[i].getAttribute('name');