current conditions ready for data
This commit is contained in:
parent
965cb29699
commit
0a6a31217b
12 changed files with 314 additions and 122 deletions
|
|
@ -216,8 +216,6 @@ const index = (() => {
|
|||
|
||||
// Do not auto get the same city twice.
|
||||
if (this.previousSuggestionValue === suggestion.value) return;
|
||||
this.previousSuggestionValue = suggestion.value;
|
||||
PreviousSuggestion = suggestion;
|
||||
|
||||
if (overrides[suggestion.value]) {
|
||||
doRedirectToGeometry(overrides[suggestion.value]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue