Changeset 2a58d76 in Klonkt for src/views/shell.ejs
- Timestamp:
- 06/30/2026 11:46:46 PM (2 months ago)
- Branches:
- main
- Children:
- b31c119
- Parents:
- 38120c7
- File:
-
- 1 edited
-
src/views/shell.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/shell.ejs
r38120c7 r2a58d76 759 759 if (window.__coverFadeWired) return; window.__coverFadeWired = true; 760 760 function scan(root) { 761 (root || document).querySelectorAll(' .grid-tile-img, .post-list-cover img, .tl-media-img img').forEach(function (img) {761 (root || document).querySelectorAll('img.grid-tile-img, .post-list-cover img, .tl-media-img img').forEach(function (img) { 762 762 if (img.dataset.fade) return; img.dataset.fade = '1'; 763 763 if (img.complete && img.naturalWidth > 0) return; // already loaded → leave visible
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)