Changeset 1140:ab9eefc96744 for admin/js/jquery
- Timestamp:
- 04/01/13 18:31:34 (13 years ago)
- Branch:
- default
- Location:
- admin/js/jquery
- Files:
- 
          - 1 deleted
- 1 edited
 
 - 
          jquery.constantfooter.js (deleted)
- 
          jquery.pageTabs.js (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        admin/js/jquery/jquery.pageTabs.jsr297 r1140 72 72 this.divs.each(function() { 73 73 if ((this.id != '' && this.id == index) || i == index) { 74 jQuery(this).show(0 , positionFooter);74 jQuery(this).show(0); 75 75 This.items[i].className = This.params.listClassName+'-active'; 76 76 to_trigger = i; 77 77 } else { 78 jQuery(this).hide(0 , positionFooter);78 jQuery(this).hide(0); 79 79 This.items[i].className = ''; 80 80 } 
Note: See TracChangeset
          for help on using the changeset viewer.
      