js/ui: add notice when reloading CSS

This commit is contained in:
Thomas Gelf 2014-06-22 19:47:15 +02:00
parent 61600ae2d4
commit 7444ab7d26
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@
reloadCss: function () {
var icinga = this.icinga;
icinga.logger.info('Reloading CSS');
$('link').each(function() {
var $oldLink = $(this);
if ($oldLink.attr('type').indexOf('css') > -1) {