Index: lams_central/web/includes/javascript/tabcontroller.js =================================================================== diff -u -r38959afbfc9d59d3f43782fa7c3f17806f54a147 -r8bf13dac404416c96c45c0ae5f40735149d0841f --- lams_central/web/includes/javascript/tabcontroller.js (.../tabcontroller.js) (revision 38959afbfc9d59d3f43782fa7c3f17806f54a147) +++ lams_central/web/includes/javascript/tabcontroller.js (.../tabcontroller.js) (revision 8bf13dac404416c96c45c0ae5f40735149d0841f) @@ -1,7 +1,8 @@ + + + var tabsContents = new Array(); var tab_lefts = new Array(); -//TODO:we need to set this variable, maybe from the praent or direct from JSP/Java -var themeName = "aqua"; function getKey(keyStroke) { isNetscape=(document.layers); @@ -10,8 +11,6 @@ if(which=="a" || which=="b" || which=="i"){ showTab(which); } - - } document.onkeypress = getKey;