Changeset 6851 for trunk


Ignore:
Timestamp:
07/23/12 17:57:21 (12 years ago)
Author:
cristiano
Message:

Ticket #2846 - ExpressoMail? não abre no Internet explorer

Location:
trunk/expressoMail1_2/js
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/ccQuickAdd.js

    r6677 r6851  
    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{ 
  • trunk/expressoMail1_2/js/draw_api.js

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