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/09/08 06:13:52 UTC

incubator-ponymail git commit: typo!

Repository: incubator-ponymail
Updated Branches:
  refs/heads/coffee-and-cake 20031f532 -> 2675ecca5


typo!


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

Branch: refs/heads/coffee-and-cake
Commit: 2675ecca5a4802cf344203aa470842da4f26cc96
Parents: 20031f5
Author: Daniel Gruno <hu...@apache.org>
Authored: Thu Sep 8 08:13:40 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Thu Sep 8 08:13:40 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/2675ecca/site/js/coffee/listview_basic.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/listview_basic.coffee b/site/js/coffee/listview_basic.coffee
index bd97dbf..8ac8b54 100644
--- a/site/js/coffee/listview_basic.coffee
+++ b/site/js/coffee/listview_basic.coffee
@@ -236,7 +236,7 @@ class BasicListView
             ### Subject, PLUS a bit of the body with a break before ###
             sid = shortenURL(thread.tid)
             subject = new HTML('div', {}, [
-                new HTML('a', { style: {fontWeight: readStyle}, href: "thread.html/#sid}", onclick: "readEmail(this.parentNode.parentNode.parentNode); this.style.fontWeight = 'normal'; return false;"}, original.subject),
+                new HTML('a', { style: {fontWeight: readStyle}, href: "thread.html/#{sid}", onclick: "readEmail(this.parentNode.parentNode.parentNode); this.style.fontWeight = 'normal'; return false;"}, original.subject),
                 new HTML('br'),
                 new HTML('span', {class: "listview_item_body"}, thread.body)
             ])

http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/2675ecca/site/js/ponymail-coffee.js
----------------------------------------------------------------------
diff --git a/site/js/ponymail-coffee.js b/site/js/ponymail-coffee.js
index 6a04c45..056acdd 100644
--- a/site/js/ponymail-coffee.js
+++ b/site/js/ponymail-coffee.js
@@ -1902,7 +1902,7 @@ BasicListView = (function() {
           style: {
             fontWeight: readStyle
           },
-          href: "thread.html/#sid}",
+          href: "thread.html/" + sid,
           onclick: "readEmail(this.parentNode.parentNode.parentNode); this.style.fontWeight = 'normal'; return false;"
         }, original.subject), new HTML('br'), new HTML('span', {
           "class": "listview_item_body"