From: Jan Schneider Date: Thu, 11 Mar 2010 17:55:33 +0000 (+0100) Subject: Remove outcommented code. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7365fa3d27c9162c0f3a63a28118fe4ee1bb5a64;p=horde.git Remove outcommented code. --- diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index 1d624bec0..e2c032417 100644 --- 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();