added 404 error page

This commit is contained in:
zadam
2021-12-22 09:10:38 +01:00
parent cfa49c7b1b
commit 1180be75d1
6 changed files with 103 additions and 88 deletions

View File

@@ -48,8 +48,8 @@ function load() {
WHERE isDeleted = 0
AND noteId IN (${noteIdStr})
AND (
(type = 'label' AND name IN ('archived'))
OR (type = 'relation' AND name IN ('imageLink', 'template'))
(type = 'label' AND name IN ('archived', 'shareHiddenFromTree'))
OR (type = 'relation' AND name IN ('imageLink', 'template', 'shareCss'))
)`, []);
for (const row of attributes) {