alecpl
2011-01-03 5206569e85475be1bc0cd144fc00ea88a20ca594
- Fix tabs when have fieldset inside a fieldset


1 files modified
2 ■■■ changed files
skins/default/functions.js 2 ●●● patch | view | raw | blame | history
skins/default/functions.js
@@ -67,7 +67,7 @@
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)