mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
js: Introduce new event css-reloaded
This commit is contained in:
parent
0d032989e6
commit
95850750cf
@ -118,6 +118,7 @@
|
|||||||
)
|
)
|
||||||
).on('load', function() {
|
).on('load', function() {
|
||||||
$oldLink.remove();
|
$oldLink.remove();
|
||||||
|
$('head').trigger('css-reloaded');
|
||||||
});
|
});
|
||||||
|
|
||||||
$newLink.appendTo($('head'));
|
$newLink.appendTo($('head'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user