branch | tls-sprint |
changeset 1419 | 7ff24154351d |
parent 0 | b97547f5f1fa |
--- a/web/data/cubicweb.bookmarks.js Tue Apr 21 19:20:56 2009 +0200 +++ b/web/data/cubicweb.bookmarks.js Wed Apr 22 16:50:46 2009 +0200 @@ -1,7 +1,7 @@ CubicWeb.require('ajax.js'); function removeBookmark(beid) { - d = async_remote_exec('delete_bookmark', beid); + d = asyncRemoteExec('delete_bookmark', beid); d.addCallback(function(boxcontent) { reloadComponent('bookmarks_box', '', 'boxes', 'bookmarks_box'); document.location.hash = '#header';