2024-04-16 15:43:24 +05:45

1 line
738 B
JavaScript
Vendored

!function(t){"use strict";let e="chatBody",c="toggle-chat-item",o="toggle-close-chat";t.Chat={},t.Chat={open:function(t){let o=document.querySelectorAll("."+c);o.forEach(t=>{let c=document.getElementById(e);t.addEventListener("click",(function(e){e.preventDefault(),o.forEach(t=>{t.classList.remove("active")}),t.classList.add("active"),c.classList.add("show-chat")}))})},close:function(){let t=document.querySelectorAll("."+o),a=document.querySelectorAll("."+c);t.forEach(t=>{let c=document.getElementById(e);t.addEventListener("click",(function(t){t.preventDefault(),a.forEach(t=>{t.classList.remove("active")}),c.classList.remove("show-chat")}))})}},t.Chat.init=function(){t.Chat.open(),t.Chat.close()},t.winLoad(t.Chat.init)}(NioApp);