From: stronk7 Date: Fri, 28 Apr 2006 13:18:49 +0000 (+0000) Subject: No need to display the iframe because now it's never hidden. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e857af01f81b86a66f59436ae32f3a1837b1595d;p=moodle.git No need to display the iframe because now it's never hidden. --- diff --git a/mod/resource/type/ims/javascript.php b/mod/resource/type/ims/javascript.php index cc7517bc57..e2f38f3104 100644 --- a/mod/resource/type/ims/javascript.php +++ b/mod/resource/type/ims/javascript.php @@ -26,8 +26,6 @@ var cfnv = document.getElementById('ims-contentframe-no-nav'); if (cf || cfnv) { - if (cf) cf.style.display = 'block'; - if (cfnv) cf.style.display = 'block'; resizeiframe($jsarg); clearInterval(ourInterval); return true;