remove first $.ajax

This commit is contained in:
Matt Walsh
2020-09-29 22:29:20 -05:00
parent d05d5d51ab
commit f268ee7a54
2 changed files with 5 additions and 5 deletions

View File

@@ -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();
}