admin loaded state change

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

View File

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