Changeset 7004


Ignore:
Timestamp:
08/14/12 15:15:17 (12 years ago)
Author:
acoutinho
Message:

Ticket #3015 - Problema para fechar alertas e sinalizadores

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/js/followupflag.js

    r6996 r7004  
    714714                                return; 
    715715                        } 
    716                         if($(event.target.parentElement).hasClass('confirm-alarm')){ 
     716                        if($(( !!$.browser.safari ) ? event.target.parentElement : event.target).hasClass('confirm-alarm')){ 
    717717                                ok_function(event, type, type_cookie); 
    718718                                $('.'+type).remove(); 
Note: See TracChangeset for help on using the changeset viewer.