notification about the chat reconnecting added.

This commit is contained in:
Terilia
2019-01-30 00:13:28 +00:00
parent 39ed48ad1b
commit cdd5d2ad1f
+1
View File
@@ -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)