Dotclear

Changeset 2054:bf7bcb7dd64c for admin


Ignore:
Timestamp:
09/24/13 09:33:13 (12 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

jquery.pageTabs : choosing a tab didn't work. Fix. Update tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/js/jquery/jquery.pageTabs.js

    r2018 r2054  
    1818               $('ul li a[href$="#'+hash+'"]').parent().trigger('click'); 
    1919               active_tab = hash; 
    20           } else { // open first part 
     20          } else if (active_tab == '') { // open first part 
    2121               active_tab = $('.'+options.contentClass+':eq(0)').attr('id'); 
    2222          } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map