]> git.mjollnir.org Git - moodle.git/commitdiff
Disabled debug flag to improve performance
authorcap2501 <cap2501>
Tue, 17 Oct 2006 15:53:48 +0000 (15:53 +0000)
committercap2501 <cap2501>
Tue, 17 Oct 2006 15:53:48 +0000 (15:53 +0000)
(the flags are set per 'class' on class.prototype.debug)

lib/ajax/block_classes.js

index 02aec382cdba17a7fa02aed07e6de70eb58b9b69..56865f2b8a21815397dd106692c3d074f1cf915e 100644 (file)
@@ -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; }