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