Changeset 6204


Ignore:
Timestamp:
05/16/12 09:04:27 (12 years ago)
Author:
douglasz
Message:

Ticket #2734 - Estouro do limite de abas não é tratado na pesquisa por mensagens.

Location:
trunk/expressoMail1_2/js
Files:
2 edited

Legend:

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

    r6181 r6204  
    554554        content = Element('content_id_' + ID); 
    555555        content.parentNode.removeChild(content); 
    556         resizeWindow(); 
     556        if(is_webkit) 
     557                resizeWindow(); 
    557558        RichTextEditor.destroy( 'body_'+ID ); 
    558559        delete msgAttachments[ID]; 
  • trunk/expressoMail1_2/js/common_functions.js

    r6053 r6204  
    800800                                                                bolContinue = false; 
    801801                                                                delete_border(num_child, 'false'); 
    802                                                                 return; 
     802                                                                break; 
    803803                                                        }else{ 
    804804                                                                return; 
Note: See TracChangeset for help on using the changeset viewer.