You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/06/02 14:53:37 UTC

incubator-ponymail git commit: forgot a +!

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master 19da4b5dd -> 93c781f5a


forgot a +!


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/93c781f5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/93c781f5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/93c781f5

Branch: refs/heads/master
Commit: 93c781f5a46ecb5a76d2bcb8c498b6e80dc146f3
Parents: 19da4b5
Author: humbedooh <hu...@apache.org>
Authored: Thu Jun 2 16:53:26 2016 +0200
Committer: humbedooh <hu...@apache.org>
Committed: Thu Jun 2 16:53:26 2016 +0200

----------------------------------------------------------------------
 site/js/dev/ponymail_email_tools.js | 2 +-
 site/js/ponymail.js                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/93c781f5/site/js/dev/ponymail_email_tools.js
----------------------------------------------------------------------
diff --git a/site/js/dev/ponymail_email_tools.js b/site/js/dev/ponymail_email_tools.js
index 4e00dd6..6a177c1 100644
--- a/site/js/dev/ponymail_email_tools.js
+++ b/site/js/dev/ponymail_email_tools.js
@@ -196,7 +196,7 @@ function formatDate(date, dtz){
     ttz = 0
     var plus = "-"
     if (tz < 0) {
-        plus = ""
+        plus = "+"
         tz = Math.abs(tz)
     }
     while (tz >= 60) {

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/93c781f5/site/js/ponymail.js
----------------------------------------------------------------------
diff --git a/site/js/ponymail.js b/site/js/ponymail.js
index a053e88..389db0c 100644
--- a/site/js/ponymail.js
+++ b/site/js/ponymail.js
@@ -2038,7 +2038,7 @@ function formatDate(date, dtz){
     ttz = 0
     var plus = "-"
     if (tz < 0) {
-        plus = ""
+        plus = "+"
         tz = Math.abs(tz)
     }
     while (tz >= 60) {