Ignore:
File:
1 edited

Legend:

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

    ra8364ee r52fc278  
    77import { pageData } from './lib.js';
    88
    9 // Element-bedrading leeft zo lang als de pagina; de bootstrap roept init()
    10 // aan bij elke paginawissel waarop deze module actief is (shaer-5s1).
    11 export function init() { run(); }
    12 
    13 function run() {
    149        // Auto-start de download (zelfde-origin attachment-link).
    1510        setTimeout(function(){ try { window.location.href = (pageData().fileUrl || ''); } catch(e){} }, 600);
    16 }
     11     
Note: See TracChangeset for help on using the changeset viewer.