B sync after migration and restart so that cwuri does not show in forms
CubicWeb.require('ajax.js');functionremoveBookmark(beid){d=asyncRemoteExec('delete_bookmark',beid);d.addCallback(function(boxcontent){reloadComponent('bookmarks_box','','boxes','bookmarks_box');document.location.hash='#header';updateMessage(_("bookmark has been removed"));});}