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/common_functions.js

    r5458 r5459  
    367367        inputFile.onchange  = function () { 
    368368            validateFileExtension(this.value, this.id.replace('input','div'), this.getAttribute('id_border')); 
    369             openTab.autosave_timer[id_border] = setTimeout("save_msg("+id_border+")", autosave_time); 
    370369        }; 
    371  
    372         inputFile.onfocus = function () { 
    373             if (openTab.autosave_timer[id_border]) 
    374                 clearTimeout(openTab.autosave_timer[id_border]); 
    375             }; 
    376370 
    377371        divFile.appendChild(inputFile); 
Note: See TracChangeset for help on using the changeset viewer.