This commit is contained in:
bel
2020-03-16 00:48:06 +00:00
parent fd71221cbf
commit 89822b7012
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]