Differences From Artifact [1dbf5e584d]:
- File view/load.lua — part of check-in [9cc5d48cd8] at 2021-01-06 22:18:59 on branch trunk — notifications work now (user: lexi, size: 810) [annotate] [blame] [check-ins using]
To Artifact [fbf23a2927]:
- File view/load.lua — part of check-in [f4c6e72a22] at 2021-01-07 07:35:14 on branch trunk — tentative beginnings of upload + media management system (user: lexi, size: 846) [annotate] [blame] [check-ins using]
6 6 local sources = { 7 7 'docskel'; 8 8 'confirm'; 9 9 'tweet'; 10 10 'profile'; 11 11 'compose'; 12 12 'notice'; 13 + 14 + 'media-gallery'; 15 + 'media-upload'; 13 16 14 17 'login-username'; 15 18 'login-challenge'; 16 19 17 20 'conf'; 18 21 'conf-profile'; 19 22 'conf-sec';