Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 23 Feb 2009 07:25:06 +0000 (00:25 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 23 Feb 2009 07:25:06 +0000 (00:25 -0700)
imp/js/src/fullmessage-dimp.js

index aaa47e4..192e166 100644 (file)
@@ -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 });
     },