Skip to content

Commit

Permalink
v 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
C3La-NS authored Jul 6, 2023
1 parent b4257ba commit cb33182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ makeXHRRequest(chatx_server + 'dynamic_js.php', 'GET').then(function(response) {
this.removeEventListener("click", arguments.callee);
store.setJWT(null);
let xhr = new XMLHttpRequest();
xhr.open('GET', `${chatx_server}client/logout.php`);
xhr.open('GET', `${chatx_server}client/logout.php?ajax`);
xhr.send();
xhr.onload = function() {
makeXHRRequest(chatx_server + 'dynamic_js.php', 'GET').then(function(response) {
Expand Down Expand Up @@ -1584,4 +1584,4 @@ getScript(chatx_server + 'assets/js/page-availability.js').then(() => {
check_current_window_status();
}, time_period);
check_current_window_status();
});
});

0 comments on commit cb33182

Please sign in to comment.