Remove outcommented code.
authorJan Schneider <jan@horde.org>
Thu, 11 Mar 2010 17:55:33 +0000 (18:55 +0100)
committerJan Schneider <jan@horde.org>
Mon, 15 Mar 2010 16:59:09 +0000 (17:59 +0100)
kronolith/js/kronolith.js

index 1d624be..e2c0324 100644 (file)
@@ -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();