mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix active tab does not work on vertical aligned tabs
This commit is contained in:
parent
5d615a4c5b
commit
c376aab408
@ -352,6 +352,7 @@ var et2_tabbox = (function(){ "use strict"; return et2_valueWidget.extend([et2_I
|
||||
.text(entry.label || "Tab")
|
||||
.click({"tabs": this, "idx": i}, function(e) {
|
||||
e.data.tabs.flagContainer.children(":eq(" + e.data.idx + ")").toggleClass('active');
|
||||
e.data.tabs.setActiveTab(e.data.idx);
|
||||
})
|
||||
.appendTo(entry.flagDiv);
|
||||
entry.contentDiv.appendTo(entry.flagDiv);
|
||||
|
Loading…
Reference in New Issue
Block a user