projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f95c922
)
Remove outcommented code.
author
Jan Schneider
<jan@horde.org>
Thu, 11 Mar 2010 17:55:33 +0000
(18:55 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 15 Mar 2010 16:59:09 +0000
(17:59 +0100)
kronolith/js/kronolith.js
patch
|
blob
|
history
diff --git
a/kronolith/js/kronolith.js
b/kronolith/js/kronolith.js
index
1d624be
..
e2c0324
100644
(file)
--- a/
kronolith/js/kronolith.js
+++ b/
kronolith/js/kronolith.js
@@
-2661,7
+2661,6
@@
KronolithCore = {
if ($F('kronolithCalendarinternalImport')) {
var name = 'kronolithIframe' + Math.round(Math.random() * 1000),
iframe = new Element('iframe', { src: 'about:blank', name: name, id: name }).setStyle({ display: 'none' });
- //iframe.observe('load', function() { iframe.remove.defer(); });
document.body.insert(iframe);
form.target = name;
form.submit();