fix: handle duplicate favicons correctly in search results
All checks were successful
Run Integration Tests / test (push) Successful in 31s

This commit is contained in:
partisan 2025-05-09 11:29:34 +02:00
parent 00bbb5c015
commit 0d5184503d
3 changed files with 87 additions and 92 deletions

View file

@ -1,4 +1,3 @@
// dynamicscrollingimages.js
(function() {
// Add loading effects to image and title
function addLoadingEffects(imgElement) {
@ -37,7 +36,6 @@
}
}
// Rest of your existing code with minor additions
const imageStatusInterval = 500;
const scrollThreshold = 500;
const loadingIndicator = document.getElementById('message-bottom-right'); let loadingTimer;