Ignore:
Timestamp:
07/24/12 12:14:12 (12 years ago)
Author:
eduardow
Message:

Ticket #2976 - Expresso Mail não abre no Internet Explorer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/js/draw_api.js

    r6833 r6864  
    41854185                                                                if(caption == 'Sim'){ 
    41864186                                                                        $(removeLi).remove(); 
    4187                                                                         REST.delete("/dynamiccontact/"+item.id); 
     4187                                                                        REST['delete']("/dynamiccontact/"+item.id); 
    41884188                                                                        updateDynamicContact(); 
    41894189                                                                        cache = new Array(); 
Note: See TracChangeset for help on using the changeset viewer.