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