web/data/cubicweb.ajax.js
changeset 225 b90904dc3069
parent 12 95bc1d15349b
child 227 20d6de0fdcb1
--- a/web/data/cubicweb.ajax.js	Thu Dec 18 11:04:10 2008 +0100
+++ b/web/data/cubicweb.ajax.js	Thu Dec 18 15:00:16 2008 +0100
@@ -242,7 +242,7 @@
 
 /* XXX: HTML architecture of cubicweb boxes is a bit strange */
 function reloadBox(boxid, rql) {
-    reloadComponent(boxid, rql, 'boxes', boxid);
+    return reloadComponent(boxid, rql, 'boxes', boxid);
 }
 
 function userCallbackThenUpdateUI(cbname, compid, rql, msg, registry, nodeid) {