projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fce1b9
)
Fix an IE issue
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 22 Dec 2009 02:26:18 +0000
(19:26 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 22 Dec 2009 05:30:13 +0000
(22:30 -0700)
imp/js/DimpBase.js
patch
|
blob
|
history
diff --git
a/imp/js/DimpBase.js
b/imp/js/DimpBase.js
index
3aac630
..
253d3c5
100644
(file)
--- a/
imp/js/DimpBase.js
+++ b/
imp/js/DimpBase.js
@@
-1060,11
+1060,11
@@
var DimpBase = {
}
togglesort.each(function(hdr) {
- hdr.t.update(ptr.get(hdr.l).e.removeClassName('smallSort').update(ptr.get(hdr.l).t));
+ hdr.t.update(
).update(
ptr.get(hdr.l).e.removeClassName('smallSort').update(ptr.get(hdr.l).t));
if (hdr.s) {
hdr.t.insert(ptr.get(hdr.s).e.addClassName('smallSort').update('[' + ptr.get(hdr.s).t + ']'));
}
- }
, this
);
+ });
ptr.find(function(s) {
return (sortby == s.value.v)