Dotclear

Changeset 1140:ab9eefc96744 for admin/js


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

Footer reloaded, fixes #1394

Location:
admin/js
Files:
1 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • admin/js/_index.js

    r454 r1140  
    6666     $('#quick h3').toggleWithLegend($('#quick').children().not('h3'),{ 
    6767          cookie: 'dcx_quick_entry' 
    68      }, positionFooter); 
     68     }); 
    6969}); 
  • admin/js/_media.js

    r1039 r1140  
    8484                    }, 
    8585                    fileQueued: function() { 
    86                          positionFooter(); 
     86                         ; 
    8787                    } 
    8888               } 
  • admin/js/_post.js

    r740 r1140  
    88     $(img).css('cursor','pointer'); 
    99     img.line = line; 
    10      img.onclick = function() { dotclear.viewCommentContent(this,this.line); positionFooter(); }; 
     10     img.onclick = function() { dotclear.viewCommentContent(this,this.line); }; 
    1111      
    1212     td.insertBefore(img,td.firstChild); 
  • admin/js/common.js

    r1002 r1140  
    8484               $(i).get(0).src = p.img_on_src; 
    8585               $(i).get(0).alt = p.img_on_alt; 
    86                target.hide(speed, positionFooter); 
     86               target.hide(speed); 
    8787          } else { 
    8888               $(i).get(0).src = p.img_off_src; 
    8989               $(i).get(0).alt = p.img_off_alt; 
    90                target.show(speed, positionFooter); 
     90               target.show(speed); 
    9191               if (p.fn) { 
    9292                    p.fn.apply(target); 
     
    122122          $(ctarget).css('cursor','pointer'); 
    123123          $(ctarget).click(function() { 
    124                toggle(i,p.speed, positionFooter); 
     124               toggle(i,p.speed); 
    125125               return false; 
    126126          }); 
     
    315315     } 
    316316}; 
    317  
    318 /* Sticky footer 
    319 -------------------------------------------------------- */ 
    320 function positionFooter() { 
    321      $('#footer').constantfooter(); 
    322 } 
    323317 
    324318/* On document ready 
     
    365359          return true; 
    366360     }); 
    367  
    368      // Sticky footer 
    369      positionFooter(); 
    370      $(window).resize(positionFooter); 
    371361}); 
    372362 
  • 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