Fix empty mailbox message display on IE8
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 17 Dec 2010 08:39:01 +0000 (01:39 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 17 Dec 2010 09:17:39 +0000 (02:17 -0700)
imp/js/viewport.js

index 7f31d77..17a6089 100644 (file)
@@ -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();