projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1ca507
)
Save the last form when closing the redbox.
author
Jan Schneider
<jan@horde.org>
Tue, 17 Nov 2009 23:10:29 +0000
(
00:10
+0100)
committer
Jan Schneider
<jan@horde.org>
Tue, 17 Nov 2009 23:10:29 +0000
(
00:10
+0100)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
0d36b8f
..
cc258ff
100644
(file)
--- 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();
},