This commit is contained in:
2026-02-13 23:31:49 +05:00
parent 7f49bed72e
commit 733c379279
2 changed files with 0 additions and 8 deletions

View File

@@ -30,13 +30,6 @@ navButtons.push(
text: "Все задачи",
id: "tasks-btn"
},
{
onclick: "showSection('mytasks')",
className: "nav-btn my-tasks",
icon: "fas fa-user-edit",
text: "Мои задачи",
id: "my-tasks-btn"
},
{
onclick: "showSection('create-task')",
className: "nav-btn create",