misc file cleanup

This commit is contained in:
Dane Everitt 2016-12-02 18:45:08 -05:00
parent 3cd0a8337f
commit 259b220dfc
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 5 additions and 5 deletions

View file

@ -106,7 +106,7 @@
$('#applyUpdate').removeClass('fa-circle-o-notch fa-spinner fa-spin fa-check-circle fa-times-circle').addClass(selector).css({ color: color });
});
// Socket Recieves New Status from Scales
// Socket Recieves New Status from Daemon
socket.on('status', function(data) {
var newStatus, selector = 'fa-times-circle';
var color = '#E33200';