Ignore:
Timestamp:
04/16/10 12:11:51 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Corrigindo problemas com a execução de javascript no ExpressoMail?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/jscode/draw_api_folders.js

    r2551 r2561  
    863863} 
    864864 
    865 function make_tr_message(headers_msgs, msg_folder){ 
     865function make_tr_message(headers_msgs, msg_folder) 
     866{ 
     867        if ( InfoContact == null ) 
     868                InfoContact = new emInfoContact(); 
     869 
    866870        var tr_element = document.createElement('tr'); 
    867871        tr_element.style.height = preferences.line_height;               
     
    10931097// Draw the inbox and another folders 
    10941098        function draw_box(headers_msgs, msg_folder, alternate){ 
     1099                if ( _dragArea == null ) 
     1100                        _dragArea = new DragArea( ); 
     1101 
    10951102                if (alternate) 
    10961103                        kill_current_box(); 
Note: See TracChangeset for help on using the changeset viewer.