nomore
This commit is contained in:
parent
5770877a25
commit
691e04fb8c
|
@ -5,14 +5,12 @@
|
|||
{{.Body}}
|
||||
</body>
|
||||
<script>
|
||||
document.onload = function () {
|
||||
setTimeout(function () {
|
||||
var ilist = document.getElementsByTagName("input");
|
||||
for (var k in ilist) {
|
||||
if (ilist[k].type == "text" || ilist[k].type == "password")
|
||||
ilist[k].value = "";
|
||||
}
|
||||
document.getElementById("body").style.display = "block";
|
||||
}, 2000);
|
||||
};
|
||||
setTimeout(function () {
|
||||
var ilist = document.getElementsByTagName("input");
|
||||
for (var k in ilist) {
|
||||
if (ilist[k].type == "text" || ilist[k].type == "password")
|
||||
ilist[k].value = "";
|
||||
}
|
||||
document.getElementById("body").style.display = "block";
|
||||
}, 2000);
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue