web/data/cubicweb.bookmarks.js
changeset 1808 aa09e20dd8c0
parent 1419 7ff24154351d
--- a/web/data/cubicweb.bookmarks.js	Tue May 05 17:18:49 2009 +0200
+++ b/web/data/cubicweb.bookmarks.js	Thu May 14 12:48:11 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';