Remove pixfuture ads because they don't pay well

This commit is contained in:
2021-11-24 18:09:01 +01:00
parent 7b5931b963
commit 3eedbdf686
4 changed files with 14 additions and 19 deletions

View File

@@ -82,7 +82,7 @@ const select_item_event = idx => {
<div class="list_item file_button"
class:file_button_selected={file.selected}
on:click={() => { select_item_event(index) }}>
<img src={file.icon_href+"?width=48&height=48"} alt={file.name} class="list_item_thumbnail" />
<img src={file.icon_href+"?width=48&height=48"} alt={file.name} class="list_item_thumbnail" loading="lazy"/>
{file.name}
</div>
{/each}