Ignore:
Timestamp:
May 9, 2014, 2:17:22 PM (9 years ago)
Author:
Nicklas Nordborg
Message:

References #1729: Move in-page <script> elements to external *.js files

Use redirect instead of forward for 'Download file' dialog so that the script is referenced with correct path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/filemanager/index.jsp

    r6315 r6457  
    109109  {
    110110    ItemContext cc = Base.getAndSetCurrentContext(sc, itemType, pageContext, defaultContext);
    111     forward = "files/download_file.jsp?ID="+ID;
     111    redirect = "files/download_file.jsp?ID="+ID;
    112112  }
    113113  else
Note: See TracChangeset for help on using the changeset viewer.