Update of /var/cvs/contributions/didactor2/src/core/templates/core/js
In directory james.mmbase.org:/tmp/cvs-serv7528
Modified Files:
Didactor.js
Log Message:
details
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/templates/core/js
Index: Didactor.js
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/core/templates/core/js/Didactor.js,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- Didactor.js 28 Aug 2008 16:08:36 -0000 1.3
+++ Didactor.js 28 Aug 2008 16:11:02 -0000 1.4
@@ -8,11 +8,10 @@
$.timer(500, function(timer) {
self.reportOnline();
timer.reset(self.getSetting("Didactor-PageReporter") == "true" ? 5000 :
1000 * 60 * 2);
+ });
$(window).bind("beforeunload", function() {
self.reportOnline(null, false);
});
-
- });
this.content = $.query.get("learnobject");
$.query.REMOVE("learnobject");
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs