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