mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-23 00:06:59 +01:00
- Fix tabs when have fieldset inside a fieldset
This commit is contained in:
@@ -67,7 +67,7 @@ function rcube_init_tabs(id, current)
|
||||
function rcube_show_tab(id, index)
|
||||
{
|
||||
var content = document.getElementById(id),
|
||||
fs = $('fieldset', content);
|
||||
fs = $('fieldset', content).not('fieldset > fieldset');
|
||||
|
||||
fs.each(function(idx) {
|
||||
// Show/hide fieldset (tab content)
|
||||
|
||||
Reference in New Issue
Block a user