Dotclear


Ignore:
Timestamp:
09/25/13 10:50:29 (12 years ago)
Author:
Dsls
Branch:
default
Message:

Process js actions on tab switch, fixes #1719

File:
1 edited

Legend:

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

    r2054 r2088  
    2828               $(this).addClass(options.activeClass); 
    2929               $('.'+options.contentClass+'.active').removeClass('active').hide(); 
    30                $('#'+options.partPrefix+getId($(this).find('a').attr('href'))).addClass('active').show(); 
     30               $('#'+options.partPrefix+getId($(this).find('a').attr('href'))).addClass('active') 
     31                    .show() 
     32                    .onetabload() 
     33                    .tabload(); 
    3134          }); 
    3235           
Note: See TracChangeset for help on using the changeset viewer.

Sites map