HomeHelpTrac

Changeset 9525 for trunk/plugins


Ignore:
Timestamp:
03/06/09 06:10:21 (3 years ago)
Author:
Alexander Ermashev
Message:
  • add new functionality for member menu ;
  • fix some trouble in poll's install
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/jquery/ui.fixedmenu.js

    r9267 r9525  
    1010        menu_position : 'top' 
    1111    }, options);     
    12      
     12 
    1313    return(this.each(function() { 
    1414 
     
    5252 
    5353        if ( options.menu_position == 'bottom' ) { 
    54             y = Math.round( hh - h - 2 * pady - 2 * bory ); 
     54            y = Math.round( hh - h - 2 * pady - 2 * bory); 
    5555            margin_top = 10; 
    5656        }else if ( options.menu_position == 'top' || options.menu_position == 'static' ) { 
Note: See TracChangeset for help on using the changeset viewer.