BraydenMoore commited on
Commit
54722e8
·
1 Parent(s): 852b169

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -319,7 +319,7 @@
319
  const infoText = document.getElementById("info-text");
320
  infoText.style.opacity = "1";
321
 
322
- setTimeout(refreshImage, 100);
323
  };
324
 
325
  img.onerror = function() {
 
319
  const infoText = document.getElementById("info-text");
320
  infoText.style.opacity = "1";
321
 
322
+ refreshImage();
323
  };
324
 
325
  img.onerror = function() {