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

@@ -43,5 +43,6 @@ tbody tr:nth-child(2n+1) {
background: inherit;
min-width: 40%;
display: inline-block;
white-space: pre;
}

View File

@@ -3,9 +3,6 @@
<link rel="stylesheet" type="text/css" href="/css/water.css"/>
</head>
<body>
<h1>
Firestormy
</h1>
<details>
<summary>Upsert Job</summary>
<form id="upsert" action="#" method="get" onsubmit="upsert(); return false;">

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]