admin loaded state change

This commit is contained in:
N0rdye 2023-10-05 01:08:33 +05:00
parent d01dc44459
commit f1e361acaa
2 changed files with 6 additions and 6 deletions

View File

@ -62,7 +62,7 @@
$.cookie("auto_log",check);
}
// setTimeout(()=>{
// loaded()
// },1000);
setTimeout(()=>{
loaded()
},1000);
</script>

View File

@ -17,7 +17,7 @@
<%- include('../static/end.ejs') %>
<script>
setTimeout(()=>{
loaded()
},1000);
// setTimeout(()=>{
// loaded()
// },1000);
</script>