Nuovo archivio + snellimenti

This commit is contained in:
Leocraft1
2025-08-29 12:03:12 +02:00
parent 0f1f2883ed
commit 58e7cce84b
5 changed files with 611 additions and 623 deletions

View File

@@ -1,8 +0,0 @@
document.querySelectorAll('img').forEach(img => {
img.addEventListener('error', function () {
const fallback = this.getAttribute('data-fallback');
if (fallback && this.src !== fallback) {
this.src = fallback;
}
});
});