refactor: Add lazy loading for images in ZenThemeMarketplaceChild.sys.mjs

This commit is contained in:
Mauro Balades 2024-08-16 23:22:58 +02:00
parent 7ede54fb72
commit 6ef29801ee

View file

@ -20,7 +20,6 @@ export class ZenThemeMarketplaceChild extends JSWindowActorChild {
}
async addIntallButtons() {
return;
const actionButton = this.contentWindow.document.getElementById("install-theme");
const errorMessage = this.contentWindow.document.getElementById("install-theme-error");
if (actionButton) {