web/data/cubicweb.ajax.js
changeset 10164 2094262d6553
parent 10074 ab956b780d4e
child 10165 7f1f7f710b16
--- a/web/data/cubicweb.ajax.js	Fri Jan 30 15:53:32 2015 +0100
+++ b/web/data/cubicweb.ajax.js	Wed Jan 28 11:51:16 2015 +0100
@@ -538,7 +538,7 @@
     var d = userCallback(cbname);
     d.addCallback(function() {
         $('#' + nodeid).loadxhtml(AJAX_BASE_URL, ajaxFuncArgs('render', {'rql': rql},
-                                                       registry, compid));
+                                                       registry, compid), null, 'swap');
         if (msg) {
             updateMessage(msg);
         }