small UI tweaks/improvements

This commit is contained in:
Drewster727 2016-05-24 15:45:25 -05:00
parent 137c4ca093
commit 1bfd5f435b
7 changed files with 60 additions and 12 deletions

View file

@ -97,6 +97,7 @@
var status = createBaseUrl(urlBase, '/admin/status');
$('#updateAvailable').html("<i class='fa fa-cloud-download' aria-hidden='true'></i> There is a new update available! Click <a style='color: white' href='" + status + "'>Here!</a>");
$('#updateAvailable').removeAttr("hidden");
$('body').addClass('update-available')
}
},
error: function (e) {