diff options
author | MDN <actions@users.noreply.github.com> | 2021-05-22 00:42:07 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-05-22 00:42:07 +0000 |
commit | 156b518735b8da6cc954105b0a1250ca31449381 (patch) | |
tree | 6a0e35a9622dc00acfc816503410e9a4cd360bc4 /files/ru | |
parent | 73aff5bd1edf14df05228693ed569b652ce89eee (diff) | |
download | translated-content-156b518735b8da6cc954105b0a1250ca31449381.tar.gz translated-content-156b518735b8da6cc954105b0a1250ca31449381.tar.bz2 translated-content-156b518735b8da6cc954105b0a1250ca31449381.zip |
[CRON] sync translated content
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ru/_wikihistory.json | 16 | ||||
-rw-r--r-- | files/ru/orphaned/web/api/childnode/remove/index.html (renamed from files/ru/web/api/childnode/remove/index.html) | 3 |
3 files changed, 11 insertions, 9 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt index 41b95be137..9daf59d904 100644 --- a/files/ru/_redirects.txt +++ b/files/ru/_redirects.txt @@ -383,6 +383,7 @@ /ru/docs/Web/API/Canvas_API/Tutorial/Рисование_текста /ru/docs/Web/API/Canvas_API/Tutorial/Drawing_text /ru/docs/Web/API/Canvas_API/Tutorial/Рисование_фигур /ru/docs/Web/API/Canvas_API/Tutorial/Drawing_shapes /ru/docs/Web/API/Canvas_API/Рисование_графики_с_помощью_Canvas /ru/docs/Web/API/Canvas_API/Tutorial +/ru/docs/Web/API/ChildNode/remove /ru/docs/orphaned/Web/API/ChildNode/remove /ru/docs/Web/API/Coordinates /ru/docs/Web/API/GeolocationCoordinates /ru/docs/Web/API/Document.querySelectorAll /ru/docs/Web/API/Document/querySelectorAll /ru/docs/Web/API/Document/async /ru/docs/Web/API/XMLDocument/async diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json index e39169b70b..ef0f33b748 100644 --- a/files/ru/_wikihistory.json +++ b/files/ru/_wikihistory.json @@ -6485,14 +6485,6 @@ "pantherCZ" ] }, - "Web/API/ChildNode/remove": { - "modified": "2019-03-23T22:51:25.031Z", - "contributors": [ - "neoxaker", - "NikitaCoder", - "In4in" - ] - }, "Web/API/ChildNode/replaceWith": { "modified": "2020-12-02T15:53:32.691Z", "contributors": [ @@ -25573,6 +25565,14 @@ "Aleksej" ] }, + "orphaned/Web/API/ChildNode/remove": { + "modified": "2019-03-23T22:51:25.031Z", + "contributors": [ + "neoxaker", + "NikitaCoder", + "In4in" + ] + }, "orphaned/Web/API/Document_Object_Model/Events": { "modified": "2019-03-18T21:18:44.250Z", "contributors": [ diff --git a/files/ru/web/api/childnode/remove/index.html b/files/ru/orphaned/web/api/childnode/remove/index.html index d0e06278ae..2f39c5641a 100644 --- a/files/ru/web/api/childnode/remove/index.html +++ b/files/ru/orphaned/web/api/childnode/remove/index.html @@ -1,7 +1,8 @@ --- title: Node.remove() -slug: Web/API/ChildNode/remove +slug: orphaned/Web/API/ChildNode/remove translation_of: Web/API/ChildNode/remove +original_slug: Web/API/ChildNode/remove --- <p>Метод <code><strong>Node.remove()</strong></code> удаляет узел из дерева DOM</p> |