BraydenMoore commited on
Commit
133259c
1 Parent(s): 29976e4

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -332,7 +332,7 @@
332
  feed.style.opacity = "0.15";
333
  countryElement.textContent = "couldn't connect.";
334
  }
335
- else
336
  window.location.href = "?new=true";
337
  }
338
  };
 
332
  feed.style.opacity = "0.15";
333
  countryElement.textContent = "couldn't connect.";
334
  }
335
+ else {
336
  window.location.href = "?new=true";
337
  }
338
  };