admin 404 img, message "enter" timeout, admin object load

added admin object image on error;
changed admin object loading to every object
This commit is contained in:
2023-10-06 17:58:09 +05:00
parent 22308c265d
commit 88b6403ced
3 changed files with 29 additions and 21 deletions

View File

@ -284,7 +284,7 @@
}
}
}
else if(params.type != "wait" && params.type != "ask" && params.type != "date"){
else if(params.type != "wait" && params.type != "ask" && params.type != "date" && params.type != "enter"){
msg_div.setAttribute("onclick",`msg_del("msg_${msg_int}")`);
setTimeout(()=>{
if (document.getElementById(msg_div.id) != null){