0.0.151
This commit is contained in:
9
static/js/chat_socket_functions/inital_old_tab.js
Normal file
9
static/js/chat_socket_functions/inital_old_tab.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function inital_old_tab (){
|
||||
let el_tab = document.querySelector(".tab_user_messanger.select")
|
||||
let old_item_tab_user = null;
|
||||
if (el_tab !== null){
|
||||
let dataset = el_tab.dataset;
|
||||
old_item_tab_user = dataset['curReceiverItem'];
|
||||
}
|
||||
return old_item_tab_user
|
||||
}
|
||||
Reference in New Issue
Block a user