update code
parent
a9a9a62af3
commit
9333e98124
|
@ -82,6 +82,10 @@
|
||||||
document.getElementById("divTest").style.display="block";
|
document.getElementById("divTest").style.display="block";
|
||||||
}
|
}
|
||||||
},400);
|
},400);
|
||||||
|
|
||||||
|
setTimeout(()=>{
|
||||||
|
document.getElementById("divTest").remove();
|
||||||
|
},60*1000);
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue