From e87401f97c68764ae7070f305199af2f529c1def Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Sun, 24 Oct 2021 17:07:46 +0300 Subject: [RU] Another live samples fixes (#2852) --- files/ru/web/api/document/cookie/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ru/web/api/document') diff --git a/files/ru/web/api/document/cookie/index.html b/files/ru/web/api/document/cookie/index.html index 3ee843cdfa..6d97d20205 100644 --- a/files/ru/web/api/document/cookie/index.html +++ b/files/ru/web/api/document/cookie/index.html @@ -96,7 +96,7 @@ function alertCookie() {
<button onclick="alertCookie()">Show cookies</button>
 
-

{{EmbedLiveSample('Example_1_Simple_usage', 200, 36)}}

+

{{EmbedLiveSample('Пример_1_Простое_использование', 200, 36)}}

@@ -112,7 +112,7 @@ function alertCookieValue() {
<button onclick="alertCookieValue()">Show cookie value</button>
-

{{EmbedLiveSample('Example_2_Get_a_sample_cookie_named_test2', 200, 36)}}

+

{{EmbedLiveSample('Пример_2_Получить_cookie_с_именем_test2', 200, 36)}}

Пример #3: Выполнить операцию единожды

@@ -127,7 +127,7 @@ function alertCookieValue() {
<button onclick="doOnce()">Only do something once</button>
-

{{EmbedLiveSample('Example_3_Do_something_only_once', 200, 36)}}

+

{{EmbedLiveSample('Пример_3_Выполнить_операцию_единожды', 200, 36)}}

@@ -137,7 +137,7 @@ function alertCookieValue() {
<button onclick="resetOnce()">Reset only once cookie</button>
-

{{EmbedLiveSample('Example_4_Reset_the_previous_cookie', 200, 36)}}

+

{{EmbedLiveSample('Пример_4_Перезагрузить_cookie', 200, 36)}}

-- cgit v1.2.3-54-g00ecf