Save the last form when closing the redbox.
authorJan Schneider <jan@horde.org>
Tue, 17 Nov 2009 23:10:29 +0000 (00:10 +0100)
committerJan Schneider <jan@horde.org>
Tue, 17 Nov 2009 23:10:29 +0000 (00:10 +0100)
kronolith/js/kronolith.js

index 0d36b8f..cc258ff 100644 (file)
@@ -2906,6 +2906,7 @@ KronolithCore = {
 
     _closeRedBox: function()
     {
+        document.body.insert(RedBox.getWindowContents().hide());
         RedBox.close();
     },