completed
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// main.js - Главный файл инициализации
|
||||
//let currentTaskView = 'all'; // 'all', 'my_assigned', 'assigned_to_me'
|
||||
window.currentTaskView = 'all'; // 'all', 'my_assigned', 'assigned_to_me'
|
||||
let allTasksCache = []; // Кэш всех задач
|
||||
|
||||
@@ -515,4 +514,5 @@ function showSection(sectionName) {
|
||||
function showKanbanSection() {
|
||||
showSection('kanban');
|
||||
}
|
||||
window.setupEventListeners = setupEventListeners;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user