Changeset 8201 for trunk


Ignore:
Timestamp:
08/26/13 09:42:07 (11 years ago)
Author:
douglas
Message:

Ticket #3479 - Travamento na janela de contatos dinamicos

File:
1 edited

Legend:

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

    r8200 r8201  
    665665// Action on change folders. 
    666666function change_folder(folder, folder_name){ 
    667         if (parseInt(preferences.use_dynamic_contacts) && $(".to") && $(".to").data( "autocomplete" ).menu.active){ 
     667        if (parseInt(preferences.use_dynamic_contacts) && $(".to").length && $(".to").data( "autocomplete" ).menu.active){ 
    668668        $(".to").data( "autocomplete" ).close(); 
    669669    } 
Note: See TracChangeset for help on using the changeset viewer.