Remove obsolete functions

This commit is contained in:
2026-06-16 10:25:24 +02:00
parent 404ce088f3
commit f8b09e18bd
6 changed files with 13 additions and 343 deletions
-1
View File
@@ -57,7 +57,6 @@
{{if not .IsRoot}}
<button class="btn btn-block" onclick="movePage()" title="Move page (M)">MOVE PAGE</button>
{{end}}
<button class="btn btn-block" data-action="clean-tasks" onclick="cleanUpTasks()" title="Clean up finished tasks" hidden>CLEAN UP TASKS</button>
{{if not .IsRoot}}
<button class="btn btn-block danger" onclick="deletePage()" title="Delete page">DELETE PAGE</button>
{{end}}