mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-28 06:01:11 -05:00
Cosmetic fix to testclient.html
This doesn't actually matter, but it makes more sense to use the correct timestamp.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
if (text[0] === ']') text = text.substr(1);
|
||||
var Config = {
|
||||
upkeep: JSON.parse(text),
|
||||
timestamp: Date.now()
|
||||
timestamp: Date.now() / 1000
|
||||
};
|
||||
</script>
|
||||
<!--[if lte IE 8]><script>
|
||||
|
||||
Reference in New Issue
Block a user