Skip to content

Commit d44d2a4

Browse files
committed
Fixed duplicate declaration
1 parent fb203e6 commit d44d2a4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dist/assets/js/plugins/storeLocator/jquery.storelocator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@
13251325
distance = this.getQueryString(this.settings.maxDistanceID);
13261326

13271327
// The form should override the query string parameters
1328-
if($('#' + this.settings.addressID).val() !== '') {
1328+
if($addressInput.val() !== '') {
13291329
addressInput = $addressInput.val();
13301330
}
13311331
if($searchInput.val() !== '') {

0 commit comments

Comments
 (0)