Ignore:
File:
1 edited

Legend:

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

    r52fc278 ra8364ee  
    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).
     11export function init() { run(); }
     12
     13function run() {
    914        // Auto-start de download (zelfde-origin attachment-link).
    1015        setTimeout(function(){ try { window.location.href = (pageData().fileUrl || ''); } catch(e){} }, 600);
    11      
     16}
Note: See TracChangeset for help on using the changeset viewer.