This commit is contained in:
bel
2020-03-16 00:48:06 +00:00
parent 8138e31e53
commit bdfdb41bba
6 changed files with 14 additions and 8 deletions

View File

@@ -164,6 +164,8 @@ function getForm() {
return document.getElementById("upsert")
}
getForm().reset()
function getField(name) {
var form = getForm()
var matches = form.elements[name]