From e2a78fa99ba7587fc265b71e435fbc5a1ee6f7b1 Mon Sep 17 00:00:00 2001 From: Ilya Kantor Date: Sun, 19 Apr 2015 15:37:16 +0300 Subject: [PATCH] http -> https fixes --- 11-extra/3-templates/article.md | 4 ++-- 2-ui/1-document/12-multi-insert/article.md | 2 +- .../3-event-details/10-onload-ondomcontentloaded/article.md | 2 +- .../2-selectable-list-evented/solution.view/index.html | 2 +- 4-ajax/1-ajax-intro/tree.html | 2 +- 6-optimize/5-memory-leaks-jquery/article.md | 2 +- 7-frames-and-windows/2-iframes/article.md | 2 +- 7-frames-and-windows/3-same-origin-policy/article.md | 4 ++-- archive/3-jquery-stub/1-jquery-intro/article.md | 4 ++-- archive/3-jquery-stub/2-jquery-search/article.md | 6 +++--- archive/3-jquery-stub/3-jquery-traversal/article.md | 2 +- .../1-rewrite-with-jquery/solution.view/index.html | 2 +- .../widget-tasks/1-date-selector/solution.view/index.html | 2 +- archive/widget-tasks/1-date-selector/source.view/index.html | 2 +- .../1-tooltip-over-element/solution.view/index.html | 2 +- .../1-tooltip-over-element/source.view/index.html | 2 +- archive/widget-tasks/2-draggable-windows/index.html | 2 +- .../2-draggable-windows/solution.view/index.html | 2 +- .../widget-tasks/2-draggable-windows/source.view/index.html | 2 +- .../widget-tasks/2-moving-tooltip/solution.view/index.html | 2 +- .../widget-tasks/2-moving-tooltip/source.view/index.html | 2 +- archive/widget-tasks/3-resize-img/solution.view/index.html | 2 +- archive/widget-tasks/3-resize-img/source.view/index.html | 2 +- .../widget-tasks/3-window-manager/solution.view/index.html | 2 +- .../4-double-calendar-with-arrows/solution.view/index.html | 2 +- .../4-double-calendar-with-arrows/source.view/index.html | 2 +- .../4-img-select-mouse/solution.view/index.html | 2 +- .../widget-tasks/4-img-select-mouse/source.view/index.html | 2 +- .../widget-tasks/5-menu-animated/solution.view/index.html | 2 +- archive/widget-tasks/5-menu-animated/source.view/index.html | 2 +- .../widget-tasks/5-tree-checkboxes/solution.view/index.html | 2 +- .../widget-tasks/5-tree-checkboxes/source.view/index.html | 2 +- archive/widget-tasks/7-calendar/solution.view/index.html | 2 +- archive/widget-tasks/7-calendar/source.view/index.html | 2 +- 34 files changed, 39 insertions(+), 39 deletions(-) diff --git a/11-extra/3-templates/article.md b/11-extra/3-templates/article.md index e69a0253..251ec97a 100644 --- a/11-extra/3-templates/article.md +++ b/11-extra/3-templates/article.md @@ -192,7 +192,7 @@ var result = compiled({ ```html - + Поменяйте имя:
@@ -231,7 +231,7 @@ ko.applyBindings(user, document.body); ```html - + + diff --git a/2-ui/3-event-details/10-onload-ondomcontentloaded/article.md b/2-ui/3-event-details/10-onload-ondomcontentloaded/article.md index ec5bb970..2d69e04b 100644 --- a/2-ui/3-event-details/10-onload-ondomcontentloaded/article.md +++ b/2-ui/3-event-details/10-onload-ondomcontentloaded/article.md @@ -103,7 +103,7 @@ Firefox/Chrome/Opera автозаполняют формы по `DOMContentLoade }; */!* - + ``` diff --git a/2-ui/5-widgets/5-custom-events/2-selectable-list-evented/solution.view/index.html b/2-ui/5-widgets/5-custom-events/2-selectable-list-evented/solution.view/index.html index 3c52ba3e..74cedc8a 100755 --- a/2-ui/5-widgets/5-custom-events/2-selectable-list-evented/solution.view/index.html +++ b/2-ui/5-widgets/5-custom-events/2-selectable-list-evented/solution.view/index.html @@ -29,7 +29,7 @@ }); document.querySelector('#heroes').addEventListener('select', function(event) { - alert(event.value); + alert(event.detail); }); diff --git a/4-ajax/1-ajax-intro/tree.html b/4-ajax/1-ajax-intro/tree.html index f92bf6ed..692d2277 100644 --- a/4-ajax/1-ajax-intro/tree.html +++ b/4-ajax/1-ajax-intro/tree.html @@ -4,7 +4,7 @@ - + diff --git a/6-optimize/5-memory-leaks-jquery/article.md b/6-optimize/5-memory-leaks-jquery/article.md index 70b76c45..d6f36a92 100644 --- a/6-optimize/5-memory-leaks-jquery/article.md +++ b/6-optimize/5-memory-leaks-jquery/article.md @@ -62,7 +62,7 @@ jQuery.cache[id]['prop'] = { anything: "любой объект" }; ```html - +
diff --git a/7-frames-and-windows/2-iframes/article.md b/7-frames-and-windows/2-iframes/article.md index eed3b041..04366d4e 100644 --- a/7-frames-and-windows/2-iframes/article.md +++ b/7-frames-and-windows/2-iframes/article.md @@ -43,7 +43,7 @@ ```html - + + +