Xelio d4a781d4dc Fixing bug in window.chat.setupTime
Problem:
"#chatinput time" use "toLocaleTimeString().slice(0, 5)" to get time, but hh:mm not always at 0-5 in all locale




Fix:
Use "toISOString().slice(11, 16)" to get time for "#chatinput time"
2013-02-08 13:50:06 +08:00
..
2013-02-08 13:50:06 +08:00
2013-02-01 13:11:14 +01:00
2013-02-01 13:11:14 +01:00
2013-02-01 13:11:14 +01:00
2013-02-01 22:27:43 +01:00
2013-02-08 10:02:37 +10:30