Ignore:
Timestamp:
06/14/10 09:50:26 (14 years ago)
Author:
amuller
Message:

Ticket #911 - Corrigindo caminho relativo do gotodownloads, e adicionando ponto e vírgula

File:
1 edited

Legend:

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

    r2800 r2923  
    180180                params += "&encoding="+encoding; 
    181181 
    182         div_attachment.innerHTML="<iframe style='display:none;width:0;height:0' name='attachment' src='inc/gotodownload.php?msg_folder="+msg_folder+"&msg_number="+msg_number+"&idx_file="+idx_file+"&msg_part="+msg_part+params+"'></iframe>"; 
     182        div_attachment.innerHTML="<iframe style='display:none;width:0;height:0' name='attachment' src='expressoMail1_2/inc/gotodownload.php?msg_folder="+msg_folder+"&msg_number="+msg_number+"&idx_file="+idx_file+"&msg_part="+msg_part+params+"'></iframe>"; 
    183183} 
    184184 
Note: See TracChangeset for help on using the changeset viewer.