Update of
/var/cvs/contributions/didactor2/src/education/templates/education/wizards
In directory james.mmbase.org:/tmp/cvs-serv31530
Modified Files:
reloadMode.js
Log Message:
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/education/templates/education/wizards
Index: reloadMode.js
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/education/templates/education/wizards/reloadMode.js,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- reloadMode.js 22 Aug 2008 11:12:11 -0000 1.1
+++ reloadMode.js 22 Aug 2008 11:13:36 -0000 1.2
@@ -1,13 +1,11 @@
function reloadMode() {
- console.log("Reloading ${_}");
var url = '${_}';
$.ajax({async: true, url: url, type: "GET", dataType: "xml",
complete: function(res, status){
if (status == "success") {
- console.log(res);
document.getElementById('mode-${mode}').innerHTML =
res.responseText;
- //restoreTree();
- //storeTree();
+ restoreTree();
+ storeTree();
}
}
});
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs