hopefully fixed 'missing.svg' in image results
This commit is contained in:
parent
ccba37021a
commit
01c48fd366
2 changed files with 12 additions and 2 deletions
|
@ -240,7 +240,7 @@
|
|||
<script>
|
||||
(function() {
|
||||
// Configuration
|
||||
const imageStatusInterval = 1000; // Interval in milliseconds to check image status
|
||||
const imageStatusInterval = 500; // Interval in milliseconds to check image status
|
||||
const scrollThreshold = 500; // Distance from bottom of the page to trigger loading
|
||||
let isFetching = false;
|
||||
let page = parseInt(document.getElementById('template-data').getAttribute('data-page')) || 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue