add console notification on new output that is out of view

fix the revealing module pattern (browser cache 😒)
change graph colors to theme primary color
move Socket.on(‚console’) to console.js
This commit is contained in:
Jakob Schrettenbrunner 2017-01-26 22:57:33 +01:00
parent 5142dce0e0
commit 344e3b4330
4 changed files with 75 additions and 32 deletions

View file

@ -73,10 +73,6 @@
Socket.on('status', function (data) {
setStatusIcon(data.status);
});
Socket.on('console', function (data) {
TerminalQueue.push(data.line);
});
})();
function setStatusIcon(status) {