js/ui: add notice when reloading CSS
This commit is contained in:
parent
61600ae2d4
commit
7444ab7d26
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue