Ignore:
Timestamp:
04/22/10 11:33:37 (14 years ago)
Author:
amuller
Message:

Ticket #911 - Aproveitamento de funções comuns do expressoMail

File:
1 edited

Legend:

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

    r2603 r2616  
    930930        else 
    931931                return selected_messages; 
    932 } 
    933  
    934 function replaceAll(string, token, newtoken) { 
    935         while (string.indexOf(token) != -1) { 
    936                 string = string.replace(token, newtoken); 
    937         } 
    938         return string; 
    939932} 
    940933 
Note: See TracChangeset for help on using the changeset viewer.