Skip to content

Commit

Permalink
hot fix - adding variable back
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed May 25, 2022
1 parent 62d6d5c commit 865c5c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions js/addy.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ function AddyComplete(e, t) {
(e.displayline = e.displayline || e.address1),
i.fields.address && (i.fields.address.value = e.displayline),
i.fields.suburb &&
(i.fields.suburb.value = e.suburb),
(i.fields.suburb.value = e.suburb),
i.fields.city &&
(i.fields.city.value =
("" === e.mailtown ? e.city : e.mailtown) || e.state),
Expand All @@ -423,8 +423,7 @@ function AddyComplete(e, t) {
i.fields.city ||
!i.fields.suburb ||
"" !== e.suburb ||
("" === e.city && "" === e.mailtown)
,
("" === e.city && "" === e.mailtown),
i.fields.address1 && i.fields.address2
? (e.address4 || 0 === e.address2.indexOf("RD ")
? ((i.fields.address1.value = e.address1),
Expand Down Expand Up @@ -852,6 +851,7 @@ function callAddyInit() {
this.options.timeout
))
);
var e;
}),
(n.prototype._getSuggestions = function () {
var e, t, s, n, i;
Expand Down Expand Up @@ -1227,6 +1227,7 @@ function callAddyInit() {
})(this)
)
);
var e;
}),
(e.prototype.selectItem = function () {
return (
Expand Down
Loading

0 comments on commit 865c5c3

Please sign in to comment.