Changeset 6972 for branches


Ignore:
Timestamp:
08/09/12 11:01:32 (12 years ago)
Author:
eduardow
Message:

Ticket #3000 - Menu de configurações não acompanha botão.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/modules/calendar/js/helpers.js

    r6967 r6972  
    20982098                                $('.positionHelper').css('top',offset.top); 
    20992099                } 
     2100                if ($('.button.config-menu.fg-menu-open')){  
     2101                var offset = $('.button.config-menu.fg-menu-open').offset();  
     2102                if (offset)  
     2103                        $('.positionHelper').css('top',offset.top);  
     2104        }    
    21002105        }); 
    21012106        $('ul.list-calendars .cal-list-options-btn').on('click',function(){doMenu();});          
Note: See TracChangeset for help on using the changeset viewer.