fix: handle duplicate favicons correctly in search results
All checks were successful
Run Integration Tests / test (push) Successful in 31s
All checks were successful
Run Integration Tests / test (push) Successful in 31s
This commit is contained in:
parent
00bbb5c015
commit
0d5184503d
3 changed files with 87 additions and 92 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue