Ignore:
Timestamp:
02/01/12 13:20:05 (12 years ago)
Author:
cristiano
Message:

Ticket #2475 - Problema no registro da função autosave

File:
1 edited

Legend:

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

    r5456 r5459  
    66        'imapBox' : [], // Stores the folder name 
    77        'toPreserve' : [], // Check if the message should be removed from draft after send 
    8         'autosave_timer' : [], // The timeout timer for autosave function 
    98        'condition' : [] // Will store the search condition if the tab is the result of a search 
    109}; 
     10 
     11var autoSaveControl = { 
     12    'timer' : [], // The timeout timer for autosave function 
     13    'status' : [] // The status autosave  
     14}; 
     15 
    1116var tabTypes = { 
    1217        'new':4, 
     
    1722        'reply_to_all_without_history':10, 
    1823        'edit':5 
    19         } 
     24        }; 
    2025 
    2126var currentTab,numBox = 0; // Open Tab and num of mailboxes opened at context 
Note: See TracChangeset for help on using the changeset viewer.