diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-21 16:07:24 -0600 |
---|---|---|
committer | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-03-21 16:07:24 -0600 |
commit | 1d096ed1456c9b9b662477839853621848705e68 (patch) | |
tree | cd58036c153b16678e878367cae76065d8cf3b3a /html/extra-networks-card.html | |
parent | a9fed7c364061ae6efb37f797b6b522cb3cf7aa2 (diff) |
Lazy load extra network images
Diffstat (limited to 'html/extra-networks-card.html')
-rw-r--r-- | html/extra-networks-card.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/extra-networks-card.html b/html/extra-networks-card.html index 1bf3fc30..8348135b 100644 --- a/html/extra-networks-card.html +++ b/html/extra-networks-card.html @@ -1,6 +1,6 @@ -<div class='card' {preview_html} onclick={card_clicked}> - {metadata_button} - +<div class='card' onclick={card_clicked}> + {preview_html} + {metadata_button} <div class='actions'> <div class='additional'> <ul> |