Explorar o código

Fix for the previous fix :)

JC Brand %!s(int64=12) %!d(string=hai) anos
pai
achega
fd526a1832
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      converse.js

+ 1 - 1
converse.js

@@ -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' || ''