Jofthomas HF staff commited on
Commit
d7b6639
·
verified ·
1 Parent(s): 3f80e8b

Update server/static/index.html

Browse files
Files changed (1) hide show
  1. server/static/index.html +1 -3
server/static/index.html CHANGED
@@ -2,9 +2,7 @@
2
  <script>
3
  var suffix = (document.location.port != '8000' ? '-' + (document.location.port || '80') : '');
4
  var port = location.hostname === 'localhost' ? "?port=" + document.location.port : "";
5
- document.location.replace(
6
- 'https://' + document.location.hostname + suffix + '.psim.us' + document.location.pathname + port
7
- );
8
  </script>
9
  <p>This is a <a href="http://www.pokemonshowdown.com">Pok&eacute;mon Showdown</a> server!</p>
10
  <noscript><p>Try enabling <a href="http://enable-javascript.com/en/">JavaScript</a> to play!</p></noscript>
 
2
  <script>
3
  var suffix = (document.location.port != '8000' ? '-' + (document.location.port || '80') : '');
4
  var port = location.hostname === 'localhost' ? "?port=" + document.location.port : "";
5
+
 
 
6
  </script>
7
  <p>This is a <a href="http://www.pokemonshowdown.com">Pok&eacute;mon Showdown</a> server!</p>
8
  <noscript><p>Try enabling <a href="http://enable-javascript.com/en/">JavaScript</a> to play!</p></noscript>