Dotclear


Ignore:
Timestamp:
04/01/13 18:31:34 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Footer reloaded, fixes #1394

Location:
admin/js/jquery
Files:
1 deleted
1 edited

Legend:

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

    r297 r1140  
    7272          this.divs.each(function() { 
    7373               if ((this.id != '' && this.id == index) || i == index) { 
    74                     jQuery(this).show(0, positionFooter); 
     74                    jQuery(this).show(0); 
    7575                    This.items[i].className = This.params.listClassName+'-active'; 
    7676                    to_trigger = i; 
    7777               } else { 
    78                     jQuery(this).hide(0, positionFooter); 
     78                    jQuery(this).hide(0); 
    7979                    This.items[i].className = ''; 
    8080               } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map