introduce html_headers.on_load() method as a shortcut for add_post_inline_script('''jQuery(document).ready(...''')
CubicWeb.require('ajax.js');
function removeBookmark(beid) {
d = async_remote_exec('delete_bookmark', beid);
d.addCallback(function(boxcontent) {
reloadComponent('bookmarks_box', '', 'boxes', 'bookmarks_box');
document.location.hash = '#header';
updateMessage(_("bookmark has been removed"));
});
}