mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-17 02:47:58 +01:00
Revert "Adds a preference to toggle Goonchat off." (#12270)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user