Changeset 6864 for branches


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

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

Location:
branches/2.4/expressoMail1_2/js
Files:
2 edited

Legend:

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

    r6754 r6864  
    2424                        }); 
    2525                        if(exist){ 
    26                                 REST.delete("/dynamiccontact/"+exist); 
     26                                REST['delete']("/dynamiccontact/"+exist); 
    2727                                write_msg(get_lang("The contact was moved from recent contacts to personal contacts successful.")); 
    2828                        }else{ 
  • 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.