no more innerHTML in popup.js
This commit is contained in:
parent
7c8dbfc3a4
commit
f5c125d61c
|
@ -176,7 +176,8 @@ function showStyles(styles) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!styles.length) {
|
if (!styles.length) {
|
||||||
installed.innerHTML = template.noStyles.outerHTML;
|
installed.textContent = '';
|
||||||
|
installed.appendChild(template.noStyles.cloneNode(true));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user