Changeset 1123


Ignore:
Timestamp:
07/14/09 17:35:28 (15 years ago)
Author:
rafaelraymundo
Message:

Ticket #576 - Corrigido problema de sobreposicao da busca autmatica

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/templates/celepar/js/edit_exmail.js

    r1122 r1123  
    2525        text= document.getElementById("cal_input_searchUser"); 
    2626         
    27         if((autoSearch == 'True') && (!text.value)){ 
    28                 var search = "   "; 
    29                 get_available_users(search); 
    30         } 
    3127        var handler_get_available_users = function(data) 
    3228        {        
     
    6258                context = document.getElementById('combo_org').value; 
    6359                cExecute ('expressoMail1_2'+'.ldap_functions.search_users&filter='+filter+'&context='+context+'&type=search', handler_get_available_users); 
     60                 
     61                if((autoSearch == 'True') && (!text.value)){ 
     62                        var search = " "; 
     63                        get_available_users(search); 
     64                } 
    6465                //cExecute (path+'.ldap_functions.get_available_users&context='+context+'&type='+type, handler_get_available_users); 
    6566} 
Note: See TracChangeset for help on using the changeset viewer.