Ports "Removes firebug from goonchat" (#8650)

* Ports "Removes firebug from goonchat"

* fucking acient goonchat pre-sync stuff.
This commit is contained in:
Ghom
2019-06-17 20:17:38 +02:00
committed by kevinz000
parent 4f42d40681
commit d60a360e90
7 changed files with 0 additions and 2401 deletions

View File

@@ -471,15 +471,6 @@ function ehjaxCallback(data) {
handleClientData(data.clientData.ckey, data.clientData.ip, data.clientData.compid);
}
sendVolumeUpdate();
} else if (data.firebug) {
if (data.trigger) {
internalOutput('<span class="internal boldnshit">Loading firebug console, triggered by '+data.trigger+'...</span>', 'internal');
} else {
internalOutput('<span class="internal boldnshit">Loading firebug console...</span>', 'internal');
}
var firebugEl = document.createElement('script');
firebugEl.src = 'https://getfirebug.com/firebug-lite-debug.js';
document.body.appendChild(firebugEl);
} else if (data.adminMusic) {
if (typeof data.adminMusic === 'string') {
var adminMusic = byondDecode(data.adminMusic);