diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-29 20:34:32 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 20:34:32 +0300 |
commit | c08c48e16cb9e47c586925999362de104ecd710d (patch) | |
tree | 4464fc29abe9bc12fab7c665884d08b864cf2ff0 /files/ru/web/api/location | |
parent | 9adcae13346df29353fc658e8c1e04e1903f1f9d (diff) | |
download | translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.gz translated-content-c08c48e16cb9e47c586925999362de104ecd710d.tar.bz2 translated-content-c08c48e16cb9e47c586925999362de104ecd710d.zip |
[RU] Update Compat macros (#2911)
Diffstat (limited to 'files/ru/web/api/location')
-rw-r--r-- | files/ru/web/api/location/assign/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/location/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/location/reload/index.html | 2 | ||||
-rw-r--r-- | files/ru/web/api/location/replace/index.html | 2 |
4 files changed, 4 insertions, 4 deletions
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 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Location.assign")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Location")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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();</pre> <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.Location.reload")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> 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 <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<div id="compat-mobile">{{Compat("api.Location.replace")}}</div> +<div id="compat-mobile">{{Compat}}</div> <h2 id="Смотрите_также">Смотрите также</h2> |