Ignore:
Timestamp:
07/08/11 14:24:41 (13 years ago)
Author:
alexandrecorreia
Message:

Ticket #2083 - Melhorias no leitor de RSS do expressoMail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/common_functions.js

    r4610 r4684  
    644644} 
    645645 
    646 function editrss(){ 
    647         connector.loadScript("news_edit"); 
    648         if (typeof(news_edit) == 'undefined') 
    649         { 
    650                 setTimeout('editrss()',500); 
    651                 return false; 
    652         } 
    653         news_edit.makeWindow(); 
    654 } 
    655  
    656  
     646function editrss() 
     647{ 
     648 
     649    connector.loadScript("news_edit"); 
     650 
     651    if (typeof(news_edit) == 'undefined') 
     652    { 
     653            setTimeout('editrss()',500); 
     654            return false; 
     655    } 
     656    news_edit.makeWindow(); 
     657         
     658} 
    657659 
    658660 
Note: See TracChangeset for help on using the changeset viewer.