BraydenMoore commited on
Commit
5bed416
1 Parent(s): ea95f8e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -2
templates/index.html CHANGED
@@ -292,7 +292,7 @@
292
  window.location.href = "?new=true";
293
  } else {
294
  console.log("Trying again");
295
- setTimeout(refreshImage, 250);
296
  }
297
  return;
298
  }
@@ -365,7 +365,7 @@
365
  } else {
366
  firstLoad = false;
367
  console.log("Trying again");
368
- setTimeout(refreshImage, 250);
369
  }
370
  };
371
 
 
292
  window.location.href = "?new=true";
293
  } else {
294
  console.log("Trying again");
295
+ setTimeout(refreshImage, 500);
296
  }
297
  return;
298
  }
 
365
  } else {
366
  firstLoad = false;
367
  console.log("Trying again");
368
+ setTimeout(refreshImage, 500);
369
  }
370
  };
371