Changeset 7027 for branches


Ignore:
Timestamp:
08/15/12 16:31:31 (12 years ago)
Author:
eduardow
Message:

Ticket #3015 - Problema para fechar alertas e sinalizadores.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/modules/mail/js/followupflag.js

    r6936 r7027  
    678678                                                return; 
    679679                                        } 
    680                                         if($(event.target).hasClass('confirm-alarm')){ 
     680                                        if($(( !!$.browser.safari ) ? event.target.parentElement : event.target).hasClass('confirm-alarm')){  
    681681                                                ok_function(event, type, type_cookie); 
    682682                                                $('.'+type).remove(); 
Note: See TracChangeset for help on using the changeset viewer.