mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
notification about the chat reconnecting added.
This commit is contained in:
@@ -1035,6 +1035,7 @@ $(function() {
|
||||
});
|
||||
|
||||
$('#toggleDarkChat').click(function(e) {
|
||||
internalOutput('<span class="internal boldnshit">Dark Chat toggled. Reconnecting to chat.</span>', 'internal');
|
||||
var backlog = $messages.html()
|
||||
if(getCookie('darkChat') == "on"){
|
||||
setCookie('darkChat', "off", 365)
|
||||
|
||||
Reference in New Issue
Block a user