Согласно расписанию
This commit is contained in:
@@ -243,7 +243,7 @@ function renderLessons(lessons) {
|
||||
if (lesson.topic && lesson.topic.includes('Консультация') && lesson.date && lesson.time) {
|
||||
timeHtml = `<p><strong>Дата/время:</strong> ${escapeHtml(lesson.date)} ${escapeHtml(lesson.time)}</p>`;
|
||||
} else {
|
||||
timeHtml = `<p><strong>Время:</strong> Согласно расписания</p>`;
|
||||
timeHtml = `<p><strong>Время:</strong> Согласно расписанию</p>`;
|
||||
}
|
||||
|
||||
return `
|
||||
@@ -317,7 +317,7 @@ function openModal(lessonId) {
|
||||
if (lesson.topic && lesson.topic.includes('Консультация') && lesson.date && lesson.time) {
|
||||
timeInfo = `${lesson.date} ${lesson.time}`;
|
||||
} else {
|
||||
timeInfo = 'Согласно расписания';
|
||||
timeInfo = 'Согласно расписанию';
|
||||
}
|
||||
|
||||
document.getElementById('lessonId').value = lessonId;
|
||||
|
||||
Reference in New Issue
Block a user