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/mozilla/add-ons/webextensions/api/tabs | |
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/mozilla/add-ons/webextensions/api/tabs')
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/mozilla/add-ons/webextensions/api/tabs/get/index.html b/files/ru/mozilla/add-ons/webextensions/api/tabs/get/index.html index 25a2126d65..4d5e0e7c21 100644 --- a/files/ru/mozilla/add-ons/webextensions/api/tabs/get/index.html +++ b/files/ru/mozilla/add-ons/webextensions/api/tabs/get/index.html @@ -31,7 +31,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/get <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("webextensions.api.tabs.get")}}</p> +<p>{{Compat}}</p> <h2 id="Примеры">Примеры</h2> diff --git a/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html b/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html index e4c4c044d5..b142d68310 100644 --- a/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html +++ b/files/ru/mozilla/add-ons/webextensions/api/tabs/hide/index.html @@ -45,7 +45,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs/hide <p>A <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a></code> that will be fulfilled with an array containing the IDs of the tabs that were hidden. If any error occurs, the promise will be rejected with an error message.</p> <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("webextensions.api.tabs.hide")}}</p> +<p>{{Compat}}</p> <h2 id="Examples">Examples</h2> diff --git a/files/ru/mozilla/add-ons/webextensions/api/tabs/index.html b/files/ru/mozilla/add-ons/webextensions/api/tabs/index.html index 696329aa4f..32f8abbc44 100644 --- a/files/ru/mozilla/add-ons/webextensions/api/tabs/index.html +++ b/files/ru/mozilla/add-ons/webextensions/api/tabs/index.html @@ -132,7 +132,7 @@ translation_of: Mozilla/Add-ons/WebExtensions/API/tabs <h2 id="Browser_compatibility">Browser compatibility</h2> -<p>{{Compat("webextensions.api.tabs")}}</p> +<p>{{Compat}}</p> <div class="hidden note"> <p>The "Chrome incompatibilities" section is included from <a href="https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities"> https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Chrome_incompatibilities</a> using the <a href="/en-US/docs/Template:WebExtChromeCompat">WebExtChromeCompat</a> macro.</p> |