mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-07 19:39:43 +00:00
Monotone-Parent: c0702e90b962c24dca478c6b8637d5e0a62a4124
Monotone-Revision: e816ebe8324f82620c809994ea509627a6b6437a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-13T02:47:00 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -113,7 +113,7 @@ Date.prototype.getDisplayHoursString = function() {
|
||||
if (hoursString.length == 1)
|
||||
hoursString = '0' + hoursString;
|
||||
|
||||
var minutesString = this.getMinutes();
|
||||
var minutesString = "" + this.getMinutes();
|
||||
if (minutesString.length == 1)
|
||||
minutesString = '0' + minutesString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user