js: Introduce new event `css-reloaded`
This commit is contained in:
parent
0d032989e6
commit
95850750cf
|
@ -118,6 +118,7 @@
|
|||
)
|
||||
).on('load', function() {
|
||||
$oldLink.remove();
|
||||
$('head').trigger('css-reloaded');
|
||||
});
|
||||
|
||||
$newLink.appendTo($('head'));
|
||||
|
|
Loading…
Reference in New Issue