From: cap2501 Date: Tue, 17 Oct 2006 15:53:48 +0000 (+0000) Subject: Disabled debug flag to improve performance X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=40067262776df22b2ab6147be672e4eb2570abe4;p=moodle.git Disabled debug flag to improve performance (the flags are set per 'class' on class.prototype.debug) --- diff --git a/lib/ajax/block_classes.js b/lib/ajax/block_classes.js index 02aec382cd..56865f2b8a 100644 --- a/lib/ajax/block_classes.js +++ b/lib/ajax/block_classes.js @@ -19,7 +19,7 @@ function block_class(id,group,config){ } YAHOO.extend(block_class, YAHOO.util.DDProxy); -block_class.prototype.debug = true; +block_class.prototype.debug = false; block_class.prototype.init_block = function(id, sGroup, config){ if (!id) { return; } @@ -262,7 +262,7 @@ function column_class(id,group,config,ident){ } YAHOO.extend(column_class, YAHOO.util.DDTarget); -column_class.prototype.debug = true; +column_class.prototype.debug = false; column_class.prototype.init_column = function(id, group,config,ident){ if (!id) { return; }