Changeset 952baf3 in Klonkt for src/routes/admin-media.js
- Timestamp:
- 08/07/2026 05:15:52 PM (5 weeks ago)
- Branches:
- main
- Children:
- ba76bf5
- Parents:
- f85b2c3 (diff), 0d5bd2c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/routes/admin-media.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/admin-media.js
rf85b2c3 r952baf3 81 81 .sort((a, b) => b._mtime - a._mtime); // newest first 82 82 renderPage(req, res, 'pages/admin-media', { 83 pageJs: 'admin-media', 83 84 pageTitleKey: 'admin.t_media', 84 85 bodyClass: 'on-admin', … … 122 123 if (!site) return res.status(404).send('Site required'); 123 124 renderPage(req, res, 'pages/admin-videos', { 125 pageJs: 'admin-videos', 124 126 pageTitleKey: 'admin.t_media', 125 127 bodyClass: 'on-admin',
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)