mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-06-02 22:09:20 -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:
parent
599360c363
commit
2272b6dcab
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user