Ignore:
Timestamp:
05/19/11 13:38:13 (13 years ago)
Author:
airton
Message:

Ticket #1991 - Parametrizacao das buscas LDAP no ExpressoMail?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/js/sharemailbox.js

    r4108 r4457  
    295295         
    296296        var finderTimeout = ''; 
    297         cShareMailbox.prototype.optionFinderTimeout = function(obj) 
    298         { 
    299                 clearTimeout(finderTimeout);     
    300                 var oWait = document.getElementById("em_span_searching"); 
    301                 oWait.innerHTML = get_lang('Searching')+"..."; 
    302                 var finderTimeout = setTimeout("sharemailbox.optionFinder('"+obj.id+"')",500); 
     297        cShareMailbox.prototype.optionFinderTimeout = function(obj, event) 
     298        { 
     299                if( event.keyCode === 13 ) 
     300                {        
     301                        limit = 0; 
     302                        sharemailbox.optionFinder(obj.id); 
     303                }        
     304                return; 
    303305        } 
    304306         
Note: See TracChangeset for help on using the changeset viewer.