From 980fe00a74a9ad013b945755415ace2e5429c3c2 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 27 Oct 2021 02:31:24 +0300 Subject: [RU] Remove notranslate (#2874) --- files/ru/web/api/history/go/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'files/ru/web/api/history/go') diff --git a/files/ru/web/api/history/go/index.html b/files/ru/web/api/history/go/index.html index 2a64e0eb93..f571cd8cfe 100644 --- a/files/ru/web/api/history/go/index.html +++ b/files/ru/web/api/history/go/index.html @@ -17,7 +17,7 @@ translation_of: Web/API/History/go

Синтаксис

-
history.go([delta])
+
history.go([delta])

Параметры

@@ -30,23 +30,23 @@ translation_of: Web/API/History/go

Перемещение на 1 страницу назад (аналог вызова {{domxref("History.back", "back()")}}):

-
history.go(-1)
+
history.go(-1)

Перемещение на страницу вперёд, как {{domxref("History.forward", "forward()")}}:

-
history.go(1)
+
history.go(1)

Перемещение на 2 страницы вперёд:

-
history.go(2);
+
history.go(2);

Перемещение на 2 страницы назад:

-
history.go(-2);
+
history.go(-2);

Также, оба этих вызова перезагрузят страницу:

-
history.go();
+
history.go();
 history.go(0);

Спецификации

-- cgit v1.2.3-54-g00ecf