Added tag cubicweb-debian-version-3_3_3-1 for changeset 81973c897c9e
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"));});}