From 7cbff93b174c70e35083effd8f322592847ba991 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 13 Oct 2009 11:14:13 -0600 Subject: [PATCH] For some reason, this confuses FF 2 --- imp/js/DimpCore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0