From 98883fa2c323e9d8a8f18b9b9e6bf6e9b3c336af Mon Sep 17 00:00:00 2001 From: Vitaly Baev Date: Wed, 14 Feb 2018 18:28:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/CourseRedactor.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/web/src/components/CourseRedactor.vue b/web/src/components/CourseRedactor.vue index 981e1c18..18e850f2 100644 --- a/web/src/components/CourseRedactor.vue +++ b/web/src/components/CourseRedactor.vue @@ -146,9 +146,6 @@ :disabled="!course.id"> Уроки -
- Сохраните изменения в курсе, чтобы редактировать уроки -
@@ -189,11 +186,11 @@ -
+
Содержание курса
@@ -420,6 +417,7 @@ content: [], }; this.viewSection = 'lessons-edit'; + window.scrollTo(0, 0); }, onSubmit() { this.courseSaving = true;