From: Michael M Slusarz Date: Tue, 13 Oct 2009 17:14:13 +0000 (-0600) Subject: For some reason, this confuses FF 2 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7cbff93b174c70e35083effd8f322592847ba991;p=horde.git For some reason, this confuses FF 2 --- diff --git a/imp/js/DimpCore.js b/imp/js/DimpCore.js index f7884c2c3..bbff4ad06 100644 --- a/imp/js/DimpCore.js +++ b/imp/js/DimpCore.js @@ -297,7 +297,7 @@ var DimpCore = { tmp = $('largeaddrspan').cloneNode(true).writeAttribute('id', 'largeaddrspan_active'); elt.insert(tmp); base = tmp.down('.dispaddrlist'); - tmp = tmp.down(1); + tmp = tmp.down('.largeaddrlist'); tmp.setText(tmp.getText().replace('%d', cnt)); } else { base = elt;