Differences From Artifact [dd2878563c]:
- File view/load.lua — part of check-in [db4c5fd644] at 2020-12-31 02:18:38 on branch trunk — start work on user mgmt (user: lexi, size: 799) [annotate] [blame] [check-ins using]
To 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]
5 5 local path = ... 6 6 local sources = { 7 7 'docskel'; 8 8 'confirm'; 9 9 'tweet'; 10 10 'profile'; 11 11 'compose'; 12 + 'notice'; 12 13 13 14 'login-username'; 14 15 'login-challenge'; 15 16 16 17 'conf'; 17 18 'conf-profile'; 18 19 'conf-sec';