Remove lock on address

master
Tait Hoyem 3 years ago
parent c85c10d8b0
commit 3f740cd7f1

@ -103,7 +103,6 @@ ADDR_BOX.oninput = async (e) => {
li.onclick = function(e) {
console.log(e.target.innerText);
ADDR_BOX.value = e.target.innerText;
ADDR_BOX.readOnly = true;
ADDR_LIST.innerHTML = '';
// focus on next input box; depends on layout
document.getElementById('id_code').focus();

Loading…
Cancel
Save