0.0.105
This commit is contained in:
@@ -151,6 +151,9 @@ function success_check_new_messages (data) {
|
||||
if (data.users_list_html){
|
||||
document.querySelector(".block-list-of-users").innerHTML = data.users_list_html
|
||||
}
|
||||
if (data.tickets_list_html){
|
||||
document.querySelector(".block-list-of-users").innerHTML = data.tickets_list_html
|
||||
}
|
||||
// let updatedCookie = encodeURIComponent(name_cookie) + "=" + encodeURIComponent('');
|
||||
// let search_cookie = document.cookie.match("(^|[^;]+)\s*" + name_cookie + "\s*=\s*([^;]+)")[0].substring(1)
|
||||
// let search_cookie = getCookieValue('user_alerts')
|
||||
|
||||
Reference in New Issue
Block a user