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/05 14:35:39 UTC

[5/7] incubator-ponymail git commit: switch back to threaded list view

switch back to threaded list view


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

Branch: refs/heads/coffee-and-cake
Commit: 1eb5d98532ffa38405786f4b63d4c31459c9e0c5
Parents: d9d0168
Author: Daniel Gruno <hu...@apache.org>
Authored: Mon Sep 5 16:34:14 2016 +0200
Committer: Daniel Gruno <hu...@apache.org>
Committed: Mon Sep 5 16:34:14 2016 +0200

----------------------------------------------------------------------
 site/js/coffee/listview.coffee | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/1eb5d985/site/js/coffee/listview.coffee
----------------------------------------------------------------------
diff --git a/site/js/coffee/listview.coffee b/site/js/coffee/listview.coffee
index f052e50..cbc1e65 100644
--- a/site/js/coffee/listview.coffee
+++ b/site/js/coffee/listview.coffee
@@ -133,5 +133,5 @@ renderListView = (json, state) ->
         cal = new Calendar(json.firstYear, json.lastYear, ponymail_month)
         get('calendar').empty().inject(cal)
         
-    lv = new SingleListView(json)
+    lv = new BasicListView(json)
     
\ No newline at end of file