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 6 7 8 9 10 11 12 13 14 15 16 17 18 |
local path = ...
local sources = {
'docskel';
'confirm';
'tweet';
'profile';
'compose';
'login-username';
'login-challenge';
'conf';
'conf-profile';
'conf-sec';
|
> |
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
local path = ...
local sources = {
'docskel';
'confirm';
'tweet';
'profile';
'compose';
'notice';
'login-username';
'login-challenge';
'conf';
'conf-profile';
'conf-sec';
|