projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82c209c
)
Fix typo
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 23 Feb 2009 07:25:06 +0000
(
00:25
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 23 Feb 2009 07:25:06 +0000
(
00:25
-0700)
imp/js/src/fullmessage-dimp.js
patch
|
blob
|
history
diff --git
a/imp/js/src/fullmessage-dimp.js
b/imp/js/src/fullmessage-dimp.js
index
aaa47e4
..
192e166
100644
(file)
--- a/
imp/js/src/fullmessage-dimp.js
+++ b/
imp/js/src/fullmessage-dimp.js
@@
-134,7
+134,7
@@
var DimpFullmessage = {
_addPopdown: function(bid, ctx)
{
var bidelt = $(bid);
- bidelt.insert({ after: new Element('SPAN', { className: 'iconImg popdownImg popdown', id:
p.
id + '_img' }) });
+ bidelt.insert({ after: new Element('SPAN', { className: 'iconImg popdownImg popdown', id:
b
id + '_img' }) });
DimpCore.DMenu.addElement(bid + '_img', 'ctx_' + ctx, { offset: bidelt.up(), left: true });
},