Ignore:
Timestamp:
08/10/12 12:25:20 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Correcao de bugs e refactoring das novas funcionalidades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/mail/js/followupflag.js

    r6751 r6985  
    720720                                return; 
    721721                        } 
    722                         if($(event.target).hasClass('confirm-alarm')){ 
     722                        if($(event.target.parentElement).hasClass('confirm-alarm')){ 
    723723                                ok_function(event, type, type_cookie); 
    724724                                $('.'+type).remove(); 
Note: See TracChangeset for help on using the changeset viewer.