web/data/cubicweb.tabs.js
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 20 Jan 2010 11:29:00 +0100
branchstable
changeset 4286 6801093af29c
parent 1419 7ff24154351d
child 5658 7b9553a9db65
permissions -rw-r--r--
fix bug: the 'table' argument is overwritten by the loop variable, causing latter crash due to this missing information

function set_tab(tabname, cookiename) {
    // set appropriate cookie
    asyncRemoteExec('set_cookie', cookiename, tabname);
    // trigger show + tabname event
    trigger_load(tabname);
}