Ignore:
Timestamp:
04/30/10 15:40:28 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #490 - Reestabelecido o funcionamento do arquivamento local

File:
1 edited

Legend:

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

    r2642 r2676  
    373373            for (i in anexos) 
    374374            { 
     375                if(!isNaN(i)){ 
    375376                nomeArquivo = anexos[i]['name'].substring(0,anexos[i]['name'].length - 4); 
    376377                if(nomeArquivo.match('jpg')||anexos[i]['name'].match('gif')||anexos[i]['name'].match('png')) 
     
    389390                        } 
    390391                    } 
     392                } 
    391393            } 
    392394 
Note: See TracChangeset for help on using the changeset viewer.