mirror of
https://github.com/netbymatt/ws4kp.git
synced 2026-04-17 00:59:29 -07:00
remove first $.ajax
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user