BraydenMoore commited on
Commit
852b169
·
1 Parent(s): 67b076c

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -295,7 +295,7 @@
295
  }
296
  }
297
  };
298
- //xhr.send();
299
  }
300
 
301
  const img = new Image();
@@ -319,7 +319,7 @@
319
  const infoText = document.getElementById("info-text");
320
  infoText.style.opacity = "1";
321
 
322
- setTimeout(refreshImage, 250);
323
  };
324
 
325
  img.onerror = function() {
 
295
  }
296
  }
297
  };
298
+ xhr.send();
299
  }
300
 
301
  const img = new Image();
 
319
  const infoText = document.getElementById("info-text");
320
  infoText.style.opacity = "1";
321
 
322
+ setTimeout(refreshImage, 100);
323
  };
324
 
325
  img.onerror = function() {