thomascube
2011-08-13 a02cfa9b085fc875fc55f57029a8e5846771ed5e
skins/default/functions.js
@@ -49,7 +49,7 @@
    // create a tab
    a   = $('<a>').text(legend.text()).attr('href', '#');
    tab = $('<span>').attr({'id': 'tab'+idx, 'class': 'tablink'})
        .click(function() { return rcube_show_tab(id, idx); })
        .click(function() { rcube_show_tab(id, idx); return false })
    // remove legend
    legend.remove();