Skip to content

Commit

Permalink
More Chat Updates!
Browse files Browse the repository at this point in the history
  • Loading branch information
3r1s-s committed Jul 8, 2024
1 parent 4b26339 commit d81e3e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -4706,7 +4706,8 @@ function updateGC(chatId) {
if (this.readyState == 4) {
if (this.status == 200) {
console.log('GC updated successfully.');
parent.closemodal("Chat Updated!");
closemodal("Chat Updated!");
loadchat(chatId);
} else {
console.error('Failed to update chat. HTTP ' + this.status.toString());
}
Expand Down

0 comments on commit d81e3e7

Please sign in to comment.