projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1373b88
)
Make sure thread is a Hash object
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 28 Jul 2009 04:06:50 +0000
(22:06 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 28 Jul 2009 04:06:50 +0000
(22:06 -0600)
imp/js/src/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpBase.js
b/imp/js/src/DimpBase.js
index
4796b51
..
fbb58a9
100644
(file)
--- a/
imp/js/src/DimpBase.js
+++ b/
imp/js/src/DimpBase.js
@@
-428,7
+428,7
@@
var DimpBase = {
}.bind(this),
onContent: function(row) {
var bg, re, u,
- thread =
this.viewport.getMetaData('thread') || $H(
),
+ thread =
$H(this.viewport.getMetaData('thread')
),
tsort = (this.viewport.getMetaData('sortby') == DIMP.conf.sortthread);
row.subjectdata = row.status = '';