diff options
Diffstat (limited to 'files/ru/web/api/windoweventhandlers')
6 files changed, 6 insertions, 6 deletions
diff --git a/files/ru/web/api/windoweventhandlers/index.html b/files/ru/web/api/windoweventhandlers/index.html index bfcb7bc448..42e8556533 100644 --- a/files/ru/web/api/windoweventhandlers/index.html +++ b/files/ru/web/api/windoweventhandlers/index.html @@ -86,7 +86,7 @@ translation_of: Web/API/WindowEventHandlers <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.WindowEventHandlers")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">See also</h2> diff --git a/files/ru/web/api/windoweventhandlers/onafterprint/index.html b/files/ru/web/api/windoweventhandlers/onafterprint/index.html index d43467ee51..fb74c55d3c 100644 --- a/files/ru/web/api/windoweventhandlers/onafterprint/index.html +++ b/files/ru/web/api/windoweventhandlers/onafterprint/index.html @@ -26,7 +26,7 @@ translation_of: Web/API/WindowEventHandlers/onafterprint -<p>{{Compat("api.WindowEventHandlers.onafterprint")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> diff --git a/files/ru/web/api/windoweventhandlers/onbeforeunload/index.html b/files/ru/web/api/windoweventhandlers/onbeforeunload/index.html index 53bb02af49..6a1d18e3cc 100644 --- a/files/ru/web/api/windoweventhandlers/onbeforeunload/index.html +++ b/files/ru/web/api/windoweventhandlers/onbeforeunload/index.html @@ -76,7 +76,7 @@ translation_of: Web/API/WindowEventHandlers/onbeforeunload <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WindowEventHandlers.onbeforeunload")}}</p> +<p>{{Compat}}</p> <div id="compat-mobile"> </div> diff --git a/files/ru/web/api/windoweventhandlers/onhashchange/index.html b/files/ru/web/api/windoweventhandlers/onhashchange/index.html index cc4913d047..109059c2e7 100644 --- a/files/ru/web/api/windoweventhandlers/onhashchange/index.html +++ b/files/ru/web/api/windoweventhandlers/onhashchange/index.html @@ -101,4 +101,4 @@ window.onhashchange = locationHashChanged; <h2 id="Browser_compatibility">Поддержка браузерами</h2> -<p>{{Compat("api.WindowEventHandlers.onhashchange")}}</p> +<p>{{Compat}}</p> diff --git a/files/ru/web/api/windoweventhandlers/onpopstate/index.html b/files/ru/web/api/windoweventhandlers/onpopstate/index.html index efcf2ad0d7..9f18700a57 100644 --- a/files/ru/web/api/windoweventhandlers/onpopstate/index.html +++ b/files/ru/web/api/windoweventhandlers/onpopstate/index.html @@ -48,7 +48,7 @@ history.go(2); // alerts "location: http://example.com/example.html?page=3, sta <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("api.WindowEventHandlers.onpopstate")}}</p> +<p>{{Compat}}</p> <h2 id="See_also">Смотрите также</h2> diff --git a/files/ru/web/api/windoweventhandlers/onunload/index.html b/files/ru/web/api/windoweventhandlers/onunload/index.html index 310d4ad221..a7e4acae0b 100644 --- a/files/ru/web/api/windoweventhandlers/onunload/index.html +++ b/files/ru/web/api/windoweventhandlers/onunload/index.html @@ -32,4 +32,4 @@ translation_of: Web/API/WindowEventHandlers/onunload <h3 id="Поддержка_браузерами">Поддержка браузерами</h3> -<p>{{Compat("api.WindowEventHandlers.onunload")}}</p> +<p>{{Compat}}</p> |