0.0.153
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
function update_chat_html (data,msg_cont) {
|
||||
|
||||
export function update_chat_html (data,msg_cont) {
|
||||
if (data.chat_html){
|
||||
if (msg_cont !== null){
|
||||
if (msg_cont.dataset['curReceiver'] === ""){
|
||||
@@ -15,7 +16,7 @@ function update_chat_html (data,msg_cont) {
|
||||
}
|
||||
|
||||
|
||||
function update_list_w_users (data,old_item_tab_user) {
|
||||
export function update_list_w_users (data,old_item_tab_user) {
|
||||
let list_of_users = document.querySelector(".block-list-of-users")
|
||||
if (list_of_users) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user