mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-06-03 06:18:12 -05:00
This commit implements timestamp functionality in the lobby chat,
in private messages, and in battle chats. Timestamps are controlled
by a /timestamps command, which has three legal invocations:
/timestamps off
turns off timestamps
/timestamps minutes
show timestamps of the form [hh:mm]
/timestamps seconds
show timestamps of the form [hh:mm:ss]
For now, the default setting is /timestamps minutes. If this proves
unpopular, it can be changed. The timestamp preference is stored in
localStorage and does not have to be set every time.
|
||
|---|---|---|
| .. | ||
| autoresize.jquery.min.js | ||
| battle.js | ||
| battledata.js | ||
| jquery-1.7.min.js | ||
| jquery-cookie.js | ||
| jquery.json-2.3.min.js | ||
| ladder.js | ||
| sim.js | ||
| sockjs-0.3.min.js | ||
| soundmanager2.js | ||
| teambuilder.js | ||
| utilichart.js | ||