0.0.86
This commit is contained in:
@@ -98,8 +98,8 @@ function success_check_new_messages (data) {
|
||||
document.querySelector(".container-messages").innerHTML = data.html;
|
||||
}
|
||||
}
|
||||
if (data.upd_right_panel === true){
|
||||
document.querySelector(".block-list-of-users")
|
||||
if (data.users_list_html){
|
||||
document.querySelector(".block-list-of-users").innerHTML = data.html;
|
||||
}
|
||||
}
|
||||
if (data.required_beep === true){
|
||||
|
||||
Reference in New Issue
Block a user