From: vyshane Date: Thu, 8 Feb 2007 07:58:35 +0000 (+0000) Subject: Removed comment that no longer applies X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=24af22cc200a5fed43cb89127cf52825a53c00ea;p=moodle.git Removed comment that no longer applies --- diff --git a/lib/ajax/section_classes.js b/lib/ajax/section_classes.js index aab0a9373b..db88945e66 100755 --- a/lib/ajax/section_classes.js +++ b/lib/ajax/section_classes.js @@ -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();