From: Jan Schneider Date: Tue, 17 Nov 2009 23:10:29 +0000 (+0100) Subject: Save the last form when closing the redbox. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e82d2e80967f606972f355c33cf6b1ed613f6a0a;p=horde.git Save the last form when closing the redbox. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 0d36b8f45..cc258ffd2 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -2906,6 +2906,7 @@ KronolithCore = { _closeRedBox: function() { + document.body.insert(RedBox.getWindowContents().hide()); RedBox.close(); },