Revert "Adds a preference to toggle Goonchat off." (#12270)

This commit is contained in:
Matt Atlas
2021-08-03 00:57:43 +02:00
committed by GitHub
parent f4c21447b6
commit edd2bebc57
7 changed files with 46 additions and 31 deletions
@@ -517,10 +517,6 @@ function ehjaxCallback(data) {
opts.pingTime = Date.now();
runByond('?_src_=chat&proc=ping');
} else if (data == 'setWhiteTheme'){
setTheme('white');
savedConfig.stheme = 'white';
} else if (data == 'pong') {
if (opts.pingDisabled) {return;}
opts.pongTime = Date.now();