Changeset 3ca7bdf in Klonkt for src/assets
- Timestamp:
- 08/07/2026 07:04:08 PM (5 weeks ago)
- Branches:
- main
- Children:
- 01fb44f
- Parents:
- a8364ee
- git-author:
- Robin <roboburr@…> (08/07/2026 07:04:04 PM)
- git-committer:
- Robin <roboburr@…> (08/07/2026 07:04:08 PM)
- File:
-
- 1 edited
-
src/assets/js/mod/download.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/assets/js/mod/download.js
ra8364ee r3ca7bdf 13 13 function run() { 14 14 // 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); 16 16 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)