diff -r f4d1d5d9ccbb -r 90f2f20367bc web/data/cubicweb.bookmarks.js --- a/web/data/cubicweb.bookmarks.js Tue Jul 27 12:36:03 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -CubicWeb.require('ajax.js'); - -function removeBookmark(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")); - }); -}