Commit fd526a18 authored by JC Brand's avatar JC Brand

Fix for the previous fix :)

parent 4c0d4f2a
......@@ -326,7 +326,7 @@
$el.append(
template({
'sender': sender,
'time': this_date.getHours()+':'+this_date.getMinutes(),
'time': this_date.toTimeString().substring(0,5),
'message': text,
'username': username,
'extra_classes': msg_dict.delayed && 'delayed' || ''
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment