mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 16:30:01 +02:00
refactor: Add lazy loading for images in ZenThemeMarketplaceChild.sys.mjs
This commit is contained in:
parent
7ede54fb72
commit
6ef29801ee
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
|
||||||
}
|
}
|
||||||
|
|
||||||
async addIntallButtons() {
|
async addIntallButtons() {
|
||||||
return;
|
|
||||||
const actionButton = this.contentWindow.document.getElementById("install-theme");
|
const actionButton = this.contentWindow.document.getElementById("install-theme");
|
||||||
const errorMessage = this.contentWindow.document.getElementById("install-theme-error");
|
const errorMessage = this.contentWindow.document.getElementById("install-theme-error");
|
||||||
if (actionButton) {
|
if (actionButton) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue