From 9a1bd9f0cdecd888fb8674c0968b471e7f3227fc Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 23 Feb 2009 00:25:06 -0700 Subject: [PATCH] Fix typo --- imp/js/src/fullmessage-dimp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/src/fullmessage-dimp.js b/imp/js/src/fullmessage-dimp.js index aaa47e432..192e16606 100644 --- 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: bid + '_img' }) }); DimpCore.DMenu.addElement(bid + '_img', 'ctx_' + ctx, { offset: bidelt.up(), left: true }); }, -- 2.11.0