From c08c48e16cb9e47c586925999362de104ecd710d Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Fri, 29 Oct 2021 20:34:32 +0300 Subject: [RU] Update Compat macros (#2911) --- files/ru/web/api/location/assign/index.html | 2 +- files/ru/web/api/location/index.html | 2 +- files/ru/web/api/location/reload/index.html | 2 +- files/ru/web/api/location/replace/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ru/web/api/location') diff --git a/files/ru/web/api/location/assign/index.html b/files/ru/web/api/location/assign/index.html index 5e49b7093e..07e6862575 100644 --- a/files/ru/web/api/location/assign/index.html +++ b/files/ru/web/api/location/assign/index.html @@ -40,7 +40,7 @@ document.location.assign('https://developer.mozilla.org/ru/docs/Web/API/Location

Совместимость с браузерами

-

{{Compat("api.Location.assign")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/location/index.html b/files/ru/web/api/location/index.html index 4a9bc70230..81e52aabe3 100644 --- a/files/ru/web/api/location/index.html +++ b/files/ru/web/api/location/index.html @@ -81,7 +81,7 @@ console.log(url.origin); // https://developer.mozilla.org

Совместимость с браузерами

-

{{Compat("api.Location")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/location/reload/index.html b/files/ru/web/api/location/reload/index.html index 271f81772b..38b10235d5 100644 --- a/files/ru/web/api/location/reload/index.html +++ b/files/ru/web/api/location/reload/index.html @@ -31,7 +31,7 @@ document.location.reload();

Совместимость с браузерами

-

{{Compat("api.Location.reload")}}

+

{{Compat}}

Смотрите также

diff --git a/files/ru/web/api/location/replace/index.html b/files/ru/web/api/location/replace/index.html index 398c9637a4..5530415f85 100644 --- a/files/ru/web/api/location/replace/index.html +++ b/files/ru/web/api/location/replace/index.html @@ -40,7 +40,7 @@ document.location.replace('https://developer.mozilla.org/en-US/docs/Web/API/Loca

Совместимость с браузерами

-
{{Compat("api.Location.replace")}}
+
{{Compat}}

Смотрите также

-- cgit v1.2.3-54-g00ecf