diff --git a/1-js/8-oop/5-functional-inheritance/1-coffeemachine-fix-run/solution.md b/1-js/8-oop/5-functional-inheritance/1-coffeemachine-fix-run/solution.md index 5a64ee15..9f35452d 100644 --- a/1-js/8-oop/5-functional-inheritance/1-coffeemachine-fix-run/solution.md +++ b/1-js/8-oop/5-functional-inheritance/1-coffeemachine-fix-run/solution.md @@ -12,4 +12,4 @@ this.run = function() { }; ``` -[edit src="solution" /] + diff --git a/1-js/8-oop/5-functional-inheritance/1-coffeemachine-fix-run/task.md b/1-js/8-oop/5-functional-inheritance/1-coffeemachine-fix-run/task.md index fcbe592e..a4e84aae 100644 --- a/1-js/8-oop/5-functional-inheritance/1-coffeemachine-fix-run/task.md +++ b/1-js/8-oop/5-functional-inheritance/1-coffeemachine-fix-run/task.md @@ -19,4 +19,3 @@ coffeeMachine.enable(); coffeeMachine.run(); // ...Кофе готов! ``` -[edit src="source" task /] \ No newline at end of file diff --git a/1-js/8-oop/5-functional-inheritance/2-coffeemachine-disable-stop/solution.md b/1-js/8-oop/5-functional-inheritance/2-coffeemachine-disable-stop/solution.md index 33000522..e69de29b 100644 --- a/1-js/8-oop/5-functional-inheritance/2-coffeemachine-disable-stop/solution.md +++ b/1-js/8-oop/5-functional-inheritance/2-coffeemachine-disable-stop/solution.md @@ -1 +0,0 @@ -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/1-document/18-coordinates-document/2-position-at-2/solution.md b/2-ui/1-document/18-coordinates-document/2-position-at-2/solution.md index 33000522..e69de29b 100644 --- a/2-ui/1-document/18-coordinates-document/2-position-at-2/solution.md +++ b/2-ui/1-document/18-coordinates-document/2-position-at-2/solution.md @@ -1 +0,0 @@ -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/2-events-and-interfaces/5-event-delegation/3-sort-table/solution.md b/2-ui/2-events-and-interfaces/5-event-delegation/3-sort-table/solution.md index ae704e84..e47254ec 100644 --- a/2-ui/2-events-and-interfaces/5-event-delegation/3-sort-table/solution.md +++ b/2-ui/2-events-and-interfaces/5-event-delegation/3-sort-table/solution.md @@ -18,4 +18,3 @@ # Решение -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-behavior-tooltip/solution.md b/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-behavior-tooltip/solution.md index 33000522..e69de29b 100644 --- a/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-behavior-tooltip/solution.md +++ b/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/2-behavior-tooltip/solution.md @@ -1 +0,0 @@ -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/3-behavior-nested-tooltip/solution.md b/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/3-behavior-nested-tooltip/solution.md index 33000522..e69de29b 100644 --- a/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/3-behavior-nested-tooltip/solution.md +++ b/2-ui/3-event-details/3-mousemove-mouseover-mouseout-mouseenter-mouseleave/3-behavior-nested-tooltip/solution.md @@ -1 +0,0 @@ -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/3-event-details/4-mousewheel/1-scale-with-mouse-wheel/solution.md b/2-ui/3-event-details/4-mousewheel/1-scale-with-mouse-wheel/solution.md index 59e98690..8eab3c5e 100644 --- a/2-ui/3-event-details/4-mousewheel/1-scale-with-mouse-wheel/solution.md +++ b/2-ui/3-event-details/4-mousewheel/1-scale-with-mouse-wheel/solution.md @@ -1,3 +1,2 @@ Решение использует кросс-браузерный код назначения обработчика `onwheel` на элемент и `style.transform`. -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/3-event-details/4-mousewheel/2-no-doc-scroll/solution.md b/2-ui/3-event-details/4-mousewheel/2-no-doc-scroll/solution.md index 33000522..e69de29b 100644 --- a/2-ui/3-event-details/4-mousewheel/2-no-doc-scroll/solution.md +++ b/2-ui/3-event-details/4-mousewheel/2-no-doc-scroll/solution.md @@ -1 +0,0 @@ -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/3-event-details/8-keyboard-events/2-check-sync-keydown/solution.md b/2-ui/3-event-details/8-keyboard-events/2-check-sync-keydown/solution.md index b7d3275e..095b0c0c 100644 --- a/2-ui/3-event-details/8-keyboard-events/2-check-sync-keydown/solution.md +++ b/2-ui/3-event-details/8-keyboard-events/2-check-sync-keydown/solution.md @@ -8,4 +8,3 @@ # Решение -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/3-event-details/9-event-onscroll/1-avatar-above-scroll/solution.md b/2-ui/3-event-details/9-event-onscroll/1-avatar-above-scroll/solution.md index 33000522..e69de29b 100644 --- a/2-ui/3-event-details/9-event-onscroll/1-avatar-above-scroll/solution.md +++ b/2-ui/3-event-details/9-event-onscroll/1-avatar-above-scroll/solution.md @@ -1 +0,0 @@ -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/3-event-details/9-event-onscroll/2-updown-button/solution.md b/2-ui/3-event-details/9-event-onscroll/2-updown-button/solution.md index e3f80b4d..ae85065b 100644 --- a/2-ui/3-event-details/9-event-onscroll/2-updown-button/solution.md +++ b/2-ui/3-event-details/9-event-onscroll/2-updown-button/solution.md @@ -92,4 +92,3 @@ updownElem.onclick = function() { } ``` -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/4-forms-controls/4-forms-submit/1-modal-dialog/solution.md b/2-ui/4-forms-controls/4-forms-submit/1-modal-dialog/solution.md index f27b658f..a6687736 100644 --- a/2-ui/4-forms-controls/4-forms-submit/1-modal-dialog/solution.md +++ b/2-ui/4-forms-controls/4-forms-submit/1-modal-dialog/solution.md @@ -20,4 +20,3 @@ Самой форме нужно, естественно, дать еще больший `z-index`, чтобы она была над `DIV'ом`. Мы не помещаем форму в контейнер, чтобы она не унаследовала полупрозрачность. -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/5-widgets/2-widgets-structure/2-slider-widget/solution.md b/2-ui/5-widgets/2-widgets-structure/2-slider-widget/solution.md index 402801f8..dc99bf23 100644 --- a/2-ui/5-widgets/2-widgets-structure/2-slider-widget/solution.md +++ b/2-ui/5-widgets/2-widgets-structure/2-slider-widget/solution.md @@ -1,3 +1,2 @@ Пример переписанного слайдера: -[edit src="solution"/] \ No newline at end of file diff --git a/2-ui/5-widgets/2-widgets-structure/3-selectable-list-component/solution.md b/2-ui/5-widgets/2-widgets-structure/3-selectable-list-component/solution.md index 76426b34..8b137891 100644 --- a/2-ui/5-widgets/2-widgets-structure/3-selectable-list-component/solution.md +++ b/2-ui/5-widgets/2-widgets-structure/3-selectable-list-component/solution.md @@ -1 +1 @@ -[edit src="solution"/] + diff --git a/2-ui/5-widgets/5-custom-events/1-voter-events/solution.md b/2-ui/5-widgets/5-custom-events/1-voter-events/solution.md index 76426b34..8b137891 100644 --- a/2-ui/5-widgets/5-custom-events/1-voter-events/solution.md +++ b/2-ui/5-widgets/5-custom-events/1-voter-events/solution.md @@ -1 +1 @@ -[edit src="solution"/] + diff --git a/2-ui/5-widgets/5-custom-events/2-selectable-list-evented/solution.md b/2-ui/5-widgets/5-custom-events/2-selectable-list-evented/solution.md index bee5b33c..f09f45fe 100644 --- a/2-ui/5-widgets/5-custom-events/2-selectable-list-evented/solution.md +++ b/2-ui/5-widgets/5-custom-events/2-selectable-list-evented/solution.md @@ -1,4 +1,4 @@ -[edit src="solution"/] + Обратите внимание: