This commit is contained in:
parent
afafbdda95
commit
063360d645
|
@ -50,7 +50,7 @@ export function directive($http, $compile, vnApp, $translate) {
|
|||
});
|
||||
|
||||
|
||||
if ($scope.css || document.querySelector('style[id="uvc"]')) {
|
||||
if (document.querySelector('style[id="uvc"]')) {
|
||||
let child = document.querySelector('style[id="uvc"]');
|
||||
child.parentNode.removeChild(child);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue