fix(download): track var 't' shadowed the i18n t() -> 500 on /download/:id
The download capture view had 'var t = dlTrack' at the top level, which
corrupted the shared EJS locals -> chrome/topnav called t() = 't is not a
function'. Renamed to 'tr'. (Same class of bug as the earlier search.ejs issue.)
Co-Authored-By: Claude <noreply@…>
EOF
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.