Ignore:
Timestamp:
07/17/12 16:07:52 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - primeiras implementacoes de tarefas aninhamento de equipo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/js/helpers.js

    r6718 r6797  
    20912091                }); 
    20922092        } 
     2093         
    20932094        doMenu(); 
     2095         
    20942096        $('#divAppbox').on('scroll',function(){ 
    20952097                if ($('.cal-list-options-btn.fg-menu-open.ui-state-active')){                    
     
    20992101                } 
    21002102        }); 
     2103         
    21012104        $('ul.list-calendars .cal-list-options-btn').on('click',function(){doMenu();});          
    21022105         
     
    22042207                         
    22052208            $('.qtip-active').keydown(function(event) { 
    2206                 if (event.keyCode == '27') { 
     2209                                        if (event.keyCode == '27')  
    22072210                    meu_container.find(".button.new").qtip('destroy'); 
    2208                 } 
    22092211            }); 
    22102212                         
Note: See TracChangeset for help on using the changeset viewer.