Spaces:
Running
Running
Update server/static/index.html
Browse files- server/static/index.html +1 -1
server/static/index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
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 |
-
'
|
7 |
);
|
8 |
</script>
|
9 |
<p>This is a <a href="http://www.pokemonshowdown.com">Pokémon Showdown</a> server!</p>
|
|
|
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émon Showdown</a> server!</p>
|