Major cleanup of Ace editor files, as well as hopefully fixing broken editor issues.

This commit is contained in:
Dane Everitt 2017-04-15 17:14:20 -04:00
parent 3e7a72046e
commit 7f48b757cd
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
351 changed files with 44 additions and 360 deletions

View file

@ -52,12 +52,6 @@ var InitialLogSent = false;
TerminalNotifyElement.addClass('hidden');
}
})
// Socket.on('initial status', function (data) {
// Terminal.clear();
// if (data.status === 1 || data.status === 2) {
// Socket.emit('send server log');
// }
// });
})();
(function pushOutputQueue() {
@ -86,7 +80,6 @@ var InitialLogSent = false;
(function setupSocketListeners() {
// Update Listings on Initial Status
Socket.on('initial status', function (data) {
console.log('initial status 2');
if (! InitialLogSent) {
updateServerPowerControls(data.status);