отчет
This commit is contained in:
@@ -566,6 +566,11 @@ function showSection(sectionName) {
|
||||
loadUserProfile();
|
||||
loadNotificationSettings();
|
||||
}
|
||||
if (sectionName === 'reports') {
|
||||
if (typeof loadReportData === 'function') {
|
||||
loadReportData();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Функция для отображения Канбан доски
|
||||
|
||||
Reference in New Issue
Block a user