Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/assets/js/mod/download.js

    ra8364ee r3ca7bdf  
    1313function run() {
    1414        // Auto-start de download (zelfde-origin attachment-link).
    15         setTimeout(function(){ try { window.location.href = (pageData().fileUrl || ''); } catch(e){} }, 600);
     15        setTimeout(function(){ try { var u = pageData().fileUrl; if (u) window.location.href = u; } catch(e){} }, 600);
    1616}
Note: See TracChangeset for help on using the changeset viewer.