js/ui: add notice when reloading CSS
This commit is contained in:
parent
61600ae2d4
commit
7444ab7d26
|
@ -85,6 +85,7 @@
|
||||||
|
|
||||||
reloadCss: function () {
|
reloadCss: function () {
|
||||||
var icinga = this.icinga;
|
var icinga = this.icinga;
|
||||||
|
icinga.logger.info('Reloading CSS');
|
||||||
$('link').each(function() {
|
$('link').each(function() {
|
||||||
var $oldLink = $(this);
|
var $oldLink = $(this);
|
||||||
if ($oldLink.attr('type').indexOf('css') > -1) {
|
if ($oldLink.attr('type').indexOf('css') > -1) {
|
||||||
|
|
Loading…
Reference in New Issue