From fe6cfe4e918907d7d9ecd83fec4528092138b00e Mon Sep 17 00:00:00 2001 From: Sasha Sushko Date: Mon, 31 May 2021 19:26:15 +0300 Subject: RU: Remove hidden paragraphs about Browser Compatibility (#1062) * Remove Browser Compatibility hidden paragraphs via automation * Remove Browser Compatibility hidden paragraphs manually * Remove Browser Compatibility hidden paragraphs in "not sure" cases --- files/ru/web/api/xmlhttprequest/open/index.html | 3 --- files/ru/web/api/xmlhttprequest/response/index.html | 3 --- files/ru/web/api/xmlhttprequest/status/index.html | 3 --- files/ru/web/api/xmlhttprequest/statustext/index.html | 3 --- 4 files changed, 12 deletions(-) (limited to 'files/ru/web/api/xmlhttprequest') diff --git a/files/ru/web/api/xmlhttprequest/open/index.html b/files/ru/web/api/xmlhttprequest/open/index.html index c05b4906be..a29c0ef799 100644 --- a/files/ru/web/api/xmlhttprequest/open/index.html +++ b/files/ru/web/api/xmlhttprequest/open/index.html @@ -51,9 +51,6 @@ translation_of: Web/API/XMLHttpRequest/open

Браузерная совместимость

- - -

{{Compat("api.XMLHttpRequest.open")}}

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

diff --git a/files/ru/web/api/xmlhttprequest/response/index.html b/files/ru/web/api/xmlhttprequest/response/index.html index 7c07373f4f..88b4937522 100644 --- a/files/ru/web/api/xmlhttprequest/response/index.html +++ b/files/ru/web/api/xmlhttprequest/response/index.html @@ -132,9 +132,6 @@ function load(url, callback) {

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

- - -

{{Compat("api.XMLHttpRequest.response")}}

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

diff --git a/files/ru/web/api/xmlhttprequest/status/index.html b/files/ru/web/api/xmlhttprequest/status/index.html index be8763b829..8fb7af0c46 100644 --- a/files/ru/web/api/xmlhttprequest/status/index.html +++ b/files/ru/web/api/xmlhttprequest/status/index.html @@ -64,9 +64,6 @@ xhr.send();

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

- - -

{{Compat("api.XMLHttpRequest.status")}}

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

diff --git a/files/ru/web/api/xmlhttprequest/statustext/index.html b/files/ru/web/api/xmlhttprequest/statustext/index.html index 9db0ccb806..41dc8c7adc 100644 --- a/files/ru/web/api/xmlhttprequest/statustext/index.html +++ b/files/ru/web/api/xmlhttprequest/statustext/index.html @@ -65,9 +65,6 @@ xhr.send(null);

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

- - -

{{Compat("api.XMLHttpRequest.statusText")}}

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

-- cgit v1.2.3-54-g00ecf