mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 16:28:51 +00:00
Monotone-Parent: 98210b359e6e3fe57ef302cfac263161a8f25967
Monotone-Revision: c0702e90b962c24dca478c6b8637d5e0a62a4124 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-13T02:38:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -117,7 +117,6 @@ Date.prototype.getDisplayHoursString = function() {
|
||||
if (minutesString.length == 1)
|
||||
minutesString = '0' + minutesString;
|
||||
|
||||
|
||||
return hoursString + ":" + minutesString;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user