nomore
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
{{.Body}}
|
{{.Body}}
|
||||||
</body>
|
</body>
|
||||||
<script>
|
<script>
|
||||||
document.onload = function () {
|
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
var ilist = document.getElementsByTagName("input");
|
var ilist = document.getElementsByTagName("input");
|
||||||
for (var k in ilist) {
|
for (var k in ilist) {
|
||||||
@@ -14,5 +13,4 @@
|
|||||||
}
|
}
|
||||||
document.getElementById("body").style.display = "block";
|
document.getElementById("body").style.display = "block";
|
||||||
}, 2000);
|
}, 2000);
|
||||||
};
|
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user