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/javascript/reference/global_objects/date/index.html | 4 ---- files/ru/web/javascript/reference/global_objects/date/now/index.html | 2 -- .../javascript/reference/global_objects/date/totimestring/index.html | 3 --- 3 files changed, 9 deletions(-) (limited to 'files/ru/web/javascript/reference/global_objects/date') diff --git a/files/ru/web/javascript/reference/global_objects/date/index.html b/files/ru/web/javascript/reference/global_objects/date/index.html index 4eb5876bd2..1c408ee249 100644 --- a/files/ru/web/javascript/reference/global_objects/date/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/index.html @@ -225,8 +225,4 @@ yourFunctionReturn = printElapsedTime(yourFunction);

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

- -

{{Compat("javascript.builtins.Date", 3)}}

diff --git a/files/ru/web/javascript/reference/global_objects/date/now/index.html b/files/ru/web/javascript/reference/global_objects/date/now/index.html index 32985afeff..93319d85cf 100644 --- a/files/ru/web/javascript/reference/global_objects/date/now/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/now/index.html @@ -65,8 +65,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/now

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

- -

{{Compat("javascript.builtins.Date.now")}}

diff --git a/files/ru/web/javascript/reference/global_objects/date/totimestring/index.html b/files/ru/web/javascript/reference/global_objects/date/totimestring/index.html index 64074e0d6a..be296b7110 100644 --- a/files/ru/web/javascript/reference/global_objects/date/totimestring/index.html +++ b/files/ru/web/javascript/reference/global_objects/date/totimestring/index.html @@ -63,9 +63,6 @@ console.log(d.toTimeString()); // напечатает 14:39:07 GMT-0600 (PDT)

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

- - -

{{Compat("javascript.builtins.Date.toTimeString")}}

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

-- cgit v1.2.3-54-g00ecf