Improved Mojang status indicators and better footer

This commit is contained in:
Cryptkeeper
2017-05-13 11:07:50 -05:00
parent 0955e8dbcd
commit bfcc896e28
4 changed files with 29 additions and 16 deletions

View File

@ -118,8 +118,8 @@ function updateMojangServices(currentUpdate) {
var key = keys[i];
var status = lastMojangServiceUpdate[key];
var div = $('#mojang-status_' + status.name);
div.css({background: colorsByStatus[status.title]});
$('#mojang-status_' + status.name).css({background: colorsByStatus[status.title]});
$('#mojang-status-text_' + status.name).text(status.title);
}
}