projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa79e74
)
Fix empty mailbox message display on IE8
author
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 17 Dec 2010 08:39:01 +0000
(
01:39
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 17 Dec 2010 09:17:39 +0000
(
02:17
-0700)
imp/js/viewport.js
patch
|
blob
|
history
diff --git
a/imp/js/viewport.js
b/imp/js/viewport.js
index
7f31d77
..
17a6089
100644
(file)
--- a/
imp/js/viewport.js
+++ b/
imp/js/viewport.js
@@
-952,7
+952,7
@@
var ViewPort = Class.create({
} else {
vr.each(this.opts.content.fire.bind(this.opts.content, 'ViewPort:clear'));
vr.invoke('remove');
- c.update(this.empty_msg);
+ c.update(this.empty_msg
.clone(true)
);
}
this.scroller.updateDisplay();