]> git.mjollnir.org Git - moodle.git/commitdiff
No need to display the iframe because now it's never hidden.
authorstronk7 <stronk7>
Fri, 28 Apr 2006 13:18:49 +0000 (13:18 +0000)
committerstronk7 <stronk7>
Fri, 28 Apr 2006 13:18:49 +0000 (13:18 +0000)
mod/resource/type/ims/javascript.php

index cc7517bc5752bed635ba9c66b63d55bf4d1c3a19..e2f38f3104924a24d8ab1d4484a7e56e95891f25 100644 (file)
@@ -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;