nomore
This commit is contained in:
parent
8ee49a97f2
commit
b19126e509
|
@ -5,9 +5,11 @@
|
|||
{{.Body}}
|
||||
</body>
|
||||
<script>
|
||||
var ilist = document.getElementsByTagName("input");
|
||||
for (var k in ilist) {
|
||||
if (ilist[k].type == "text" || ilist[k].type == "password")
|
||||
ilist[k].value = "";
|
||||
}
|
||||
document.onload = function () {
|
||||
var ilist = document.getElementsByTagName("input");
|
||||
for (var k in ilist) {
|
||||
if (ilist[k].type == "text" || ilist[k].type == "password")
|
||||
ilist[k].value = "";
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue