diff options
Diffstat (limited to 'files/fr/mozilla/add-ons/webextensions/api/tabs/show')
-rw-r--r-- | files/fr/mozilla/add-ons/webextensions/api/tabs/show/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/files/fr/mozilla/add-ons/webextensions/api/tabs/show/index.html b/files/fr/mozilla/add-ons/webextensions/api/tabs/show/index.html index 969264f963..d2cd32e969 100644 --- a/files/fr/mozilla/add-ons/webextensions/api/tabs/show/index.html +++ b/files/fr/mozilla/add-ons/webextensions/api/tabs/show/index.html @@ -64,10 +64,6 @@ browser.tabs.show([15, 14, 1]).then(onShown, onError);</pre> <p>{{WebExtExamples}}</p> - - <h2 id="Compatibilité_du_navigateur">Compatibilité du navigateur</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("webextensions.api.tabs.show")}}</p> |