Added tag cubicweb-debian-version-3.6.2-1 for changeset f3b4bb9121a0
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"));});}