mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user