mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
added 404 error page
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user