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:
@ -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){
|
||||
|
||||
Reference in New Issue
Block a user