remove first $.ajax
This commit is contained in:
parent
d05d5d51ab
commit
f268ee7a54
2 changed files with 5 additions and 5 deletions
|
|
@ -99,7 +99,7 @@ const index = (() => {
|
|||
if (TwcQuery) {
|
||||
_AutoSelectQuery = true;
|
||||
const txtAddress = document.getElementById('txtAddress');
|
||||
txtAddress.val(TwcQuery);
|
||||
txtAddress.value = TwcQuery;
|
||||
txtAddress.blur();
|
||||
txtAddress.focus();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue