Author: michiel
Date: 2010-04-29 12:41:35 +0200 (Thu, 29 Apr 2010)
New Revision: 42072

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-04-28 15:37:47 UTC (rev 42071)
+++ didactor/trunk/components/core/src/main/webapp/core/js/Didactor.js  
2010-04-29 10:41:35 UTC (rev 42072)
@@ -34,7 +34,7 @@
                     });
             if (self.pageReporter) {
                $(window).bind("beforeunload", function() {
-                                  self.reportOnline(null, false);
+                                  self.reportOnline(null, false);
                               });
             }
 
@@ -56,8 +56,11 @@
            $("div.mmxf a").live(
                "click",
                function() {
+                   var reload = document.location.href == this.href;
                    document.location.href = this.href;
-                   document.location.reload(true);
+                   if (reload) {
+                       document.location.reload(true);
+                   }
                });
 
 
@@ -83,7 +86,7 @@
                              });
             // if browsing away, then too
             $(window).bind("beforeunload", function() {
-                               self.saveQuestions();
+                              self.saveQuestions();
                            });
 
 

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to