css edit
This commit is contained in:
@@ -164,6 +164,8 @@ function getForm() {
|
||||
return document.getElementById("upsert")
|
||||
}
|
||||
|
||||
getForm().reset()
|
||||
|
||||
function getField(name) {
|
||||
var form = getForm()
|
||||
var matches = form.elements[name]
|
||||
|
||||
Reference in New Issue
Block a user