We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8946d23 + 23e3b4d commit f8f2b56Copy full SHA for f8f2b56
openlibrary/plugins/openlibrary/js/lazy-carousel.js
@@ -82,6 +82,7 @@ function doFetchAndUpdate(target) {
82
}
83
})
84
.catch(() => {
85
+ loadingIndicator.classList.add('hidden');
86
const retryElem = target.querySelector('.lazy-carousel-retry')
87
retryElem.classList.remove('hidden')
88
0 commit comments