This commit is contained in:
Max Hunt 2020-05-08 22:30:15 +01:00
parent 5a13267c2a
commit ab5bdcad1c

View File

@ -305,7 +305,7 @@ function addShippingAddress(){
.catch(e => {console.log(e)})
})
}
try {
var addressField = document.getElementById("shippingaddressinput")
addressField.addEventListener("keyup", function(event) {
if (event.keyCode === 13) {
@ -319,4 +319,6 @@ addressField.addEventListener("keyup", function(event) {
addressField.blur()
}
}
});
})
}
catch(e=>{console.log(e)}