]> git.mjollnir.org Git - moodle.git/commitdiff
Removed comment that no longer applies
authorvyshane <vyshane>
Thu, 8 Feb 2007 07:58:35 +0000 (07:58 +0000)
committervyshane <vyshane>
Thu, 8 Feb 2007 07:58:35 +0000 (07:58 +0000)
lib/ajax/section_classes.js

index aab0a9373b7db8e8d4408472c365a4c24fd624ac..db88945e661553b7fb738eaab9414ddbb59500a5 100755 (executable)
@@ -396,9 +396,6 @@ section_class.prototype.remove_resource = function(el) {
                parentEl.removeChild(kids[i]);
            }
        }
-       // Remove the resource.
-       // FIXME
-       // Line below is causing IE 6 and 7 to freeze.
        parentEl.removeChild(resourceEl);
 
     this.write_sequence_list();