We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff01fa7 commit 5694927Copy full SHA for 5694927
js/jquery.storelocator.js
@@ -424,7 +424,7 @@ $.fn.storeLocator = function(options) {
424
'description': $placemark.find('description').text()
425
};
426
427
- $this.find('displayName').each(function(){
+ $placemark.find('displayName').each(function(){
428
var thisDataKey = $(this).text(),
429
thisDataVal = $(this).next().text();
430
locationData[thisDataKey] = thisDataVal;
0 commit comments