Author: michiel
Date: 2010-03-04 15:14:59 +0100 (Thu, 04 Mar 2010)
New Revision: 41266

Modified:
   didactor/trunk/components/core/src/main/webapp/core/js/Didactor.js
Log:


Modified: didactor/trunk/components/core/src/main/webapp/core/js/Didactor.js
===================================================================
--- didactor/trunk/components/core/src/main/webapp/core/js/Didactor.js  
2010-03-04 14:09:37 UTC (rev 41265)
+++ didactor/trunk/components/core/src/main/webapp/core/js/Didactor.js  
2010-03-04 14:14:59 UTC (rev 41266)
@@ -228,7 +228,7 @@
 
 Didactor.prototype.resolveQuestions = function(el) {
     var did = this;
-    self.loadIconOn();
+    this.loadIconOn();
     $(el).find(".nm_questions").each(
         function() {
             var div = $("<div  />");
@@ -247,7 +247,7 @@
             $(this).after(div);
             $(this).remove();
         });
-    self.loadIconOff();
+    this.loadIconOff();
 
 }
 

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to