missing file cubicweb-version-2_99_6
authorSylvain Thenault <sylvain.thenault@logilab.fr>
Fri, 19 Dec 2008 15:44:11 +0100
changeset 239 5b58fd1aba50
parent 238 d3543063a415
child 240 6ba006fb95d1
child 243 c718f6495ace
missing file
web/data/cubicweb.tabs.js
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/data/cubicweb.tabs.js	Fri Dec 19 15:44:11 2008 +0100
@@ -0,0 +1,5 @@
+function set_tab(tabname) {
+  // set appropriate cookie
+  // XXX see if we can no just do it with jQuery
+  async_remote_exec('remember_active_tab', tabname);
+}