1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-03-07 03:31:23 +01:00
egroupware_official/felamimail/js/jscode/editProfile.js
2010-06-09 18:36:13 +00:00

14 lines
205 B
JavaScript

var tab = new Tabs(2,'activetab','inactivetab','tab','tabcontent','','','tabpage');
function initAll(_editMode)
{
tab.init();
switch(_editMode)
{
case 'vacation':
tab.display(2);
break;
}
}