web/data/cubicweb.ajax.js
changeset 10279 d7479a5ac553
parent 10165 7f1f7f710b16
child 10301 729f36a1bcfa
child 10380 bfd93cbd34a4
--- a/web/data/cubicweb.ajax.js	Tue Mar 17 12:34:07 2015 +0100
+++ b/web/data/cubicweb.ajax.js	Wed Feb 04 15:13:36 2015 +0100
@@ -511,7 +511,8 @@
     d.addCallback(function(boxcontent) {
         $('#bookmarks_box').loadxhtml(AJAX_BASE_URL,
                                       ajaxFuncArgs('render', null, 'ctxcomponents',
-                                                   'bookmarks_box'));
+                                                   'bookmarks_box'),
+                                      null, 'swap');
         document.location.hash = '#header';
         updateMessage(_("bookmark has been removed"));
     });