web/data/cubicweb.tabs.js
branchtls-sprint
changeset 1419 7ff24154351d
parent 606 40c7c2cf0797
child 5658 7b9553a9db65
--- a/web/data/cubicweb.tabs.js	Tue Apr 21 19:20:56 2009 +0200
+++ b/web/data/cubicweb.tabs.js	Wed Apr 22 16:50:46 2009 +0200
@@ -1,6 +1,6 @@
 function set_tab(tabname, cookiename) {
     // set appropriate cookie
-    async_remote_exec('set_cookie', cookiename, tabname);
+    asyncRemoteExec('set_cookie', cookiename, tabname);
     // trigger show + tabname event
     trigger_load(tabname);
 }