projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
586f518
)
For some reason, this confuses FF 2
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 13 Oct 2009 17:14:13 +0000
(11:14 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 13 Oct 2009 17:14:13 +0000
(11:14 -0600)
imp/js/DimpCore.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpCore.js
b/imp/js/DimpCore.js
index
f7884c2
..
bbff4ad
100644
(file)
--- 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;