diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-06-22 07:49:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 13:49:34 +0200 |
commit | 54dab32379dd4758a25387f0736a04067383688b (patch) | |
tree | 4104afcc30c8b64b8a74b2ccc757ec4d876bd55b /files/pl/web/javascript | |
parent | e153e556e3a9c5727cf7be5a31e7feb3b0446870 (diff) | |
download | translated-content-54dab32379dd4758a25387f0736a04067383688b.tar.gz translated-content-54dab32379dd4758a25387f0736a04067383688b.tar.bz2 translated-content-54dab32379dd4758a25387f0736a04067383688b.zip |
remove hidden bcd table paragraph from 'pl' (#1273)
Diffstat (limited to 'files/pl/web/javascript')
10 files changed, 2 insertions, 18 deletions
diff --git a/files/pl/web/javascript/reference/global_objects/bigint/index.html b/files/pl/web/javascript/reference/global_objects/bigint/index.html index 1df6e7fad6..e3236726ac 100644 --- a/files/pl/web/javascript/reference/global_objects/bigint/index.html +++ b/files/pl/web/javascript/reference/global_objects/bigint/index.html @@ -276,8 +276,6 @@ nthPrime(20n) <h2 id="Wsparcie_przeglądarek">Wsparcie przeglądarek</h2> -<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a class="external" href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div> - <p>{{Compat("javascript.builtins.BigInt")}}</p> <h2 id="Zobacz_też">Zobacz też</h2> diff --git a/files/pl/web/javascript/reference/global_objects/bigint/tostring/index.html b/files/pl/web/javascript/reference/global_objects/bigint/tostring/index.html index 8c3cc98381..feeb053fbe 100644 --- a/files/pl/web/javascript/reference/global_objects/bigint/tostring/index.html +++ b/files/pl/web/javascript/reference/global_objects/bigint/tostring/index.html @@ -83,8 +83,6 @@ BigInt(-0).toString(); // '0'</pre> <h2 id="Wsparcie_przeglądarek">Wsparcie przeglądarek</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("javascript.builtins.BigInt.toString")}}</p> <h2 id="Zobacz_też">Zobacz też</h2> diff --git a/files/pl/web/javascript/reference/global_objects/bigint/valueof/index.html b/files/pl/web/javascript/reference/global_objects/bigint/valueof/index.html index e1ed582948..3b1c4bc077 100644 --- a/files/pl/web/javascript/reference/global_objects/bigint/valueof/index.html +++ b/files/pl/web/javascript/reference/global_objects/bigint/valueof/index.html @@ -49,8 +49,6 @@ typeof Object(1n).valueOf(); // bigint <h2 id="Wsparcie_przeglądarek">Wsparcie przeglądarek</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("javascript.builtins.BigInt.valueOf")}}</p> <h2 id="Zobacz_też">Zobacz też</h2> diff --git a/files/pl/web/javascript/reference/global_objects/date/tojson/index.html b/files/pl/web/javascript/reference/global_objects/date/tojson/index.html index b5b3110291..1f409f4a2d 100644 --- a/files/pl/web/javascript/reference/global_objects/date/tojson/index.html +++ b/files/pl/web/javascript/reference/global_objects/date/tojson/index.html @@ -58,8 +58,6 @@ console.log(jsonDate); //2015-10-26T07:46:36.611Z <h2 id="Kompatybilność">Kompatybilność</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("javascript.builtins.Date.toJSON")}}</p> <h2 id="Zobacz_także">Zobacz także</h2> diff --git a/files/pl/web/javascript/reference/global_objects/map/size/index.html b/files/pl/web/javascript/reference/global_objects/map/size/index.html index cd85fbb940..69a63c8aa0 100644 --- a/files/pl/web/javascript/reference/global_objects/map/size/index.html +++ b/files/pl/web/javascript/reference/global_objects/map/size/index.html @@ -55,7 +55,7 @@ myMap.size // 3 <h2 id="Kompatybilność">Kompatybilność</h2> -<div class="hidden">Tabela kompatybilności na tej stronie jest generowana z danych zewnętrznych. Jeśli chciałbyś pomóc przy tych danych, polecamy zajrzeć na <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> i wysłać pull request.</div> + <p>{{Compat("javascript.builtins.Map.size")}}</p> diff --git a/files/pl/web/javascript/reference/global_objects/number/epsilon/index.html b/files/pl/web/javascript/reference/global_objects/number/epsilon/index.html index 09ea32708c..ab57fba285 100644 --- a/files/pl/web/javascript/reference/global_objects/number/epsilon/index.html +++ b/files/pl/web/javascript/reference/global_objects/number/epsilon/index.html @@ -66,8 +66,6 @@ equal = (Math.abs(x - y + z) < Number.EPSILON); <h2 id="Kompatybilność">Kompatybilność</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("javascript.builtins.Number.EPSILON")}}</p> <h2 id="Zobacz_również">Zobacz również</h2> diff --git a/files/pl/web/javascript/reference/global_objects/number/isinteger/index.html b/files/pl/web/javascript/reference/global_objects/number/isinteger/index.html index 5e11d160c8..7ecfd17e69 100644 --- a/files/pl/web/javascript/reference/global_objects/number/isinteger/index.html +++ b/files/pl/web/javascript/reference/global_objects/number/isinteger/index.html @@ -78,8 +78,6 @@ Number.isInteger([1]); // false <h2 id="Kompatybilne_przegladarki">Kompatybilne przegladarki</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("javascript.builtins.Number.isInteger")}}</p> <h2 id="Sprawdź_również">Sprawdź również</h2> diff --git a/files/pl/web/javascript/reference/global_objects/number/tolocalestring/index.html b/files/pl/web/javascript/reference/global_objects/number/tolocalestring/index.html index 035efe8464..e40a796773 100644 --- a/files/pl/web/javascript/reference/global_objects/number/tolocalestring/index.html +++ b/files/pl/web/javascript/reference/global_objects/number/tolocalestring/index.html @@ -172,8 +172,6 @@ console.log(num.toLocaleString(undefined, {minimumFractionDigits: 2, maximumFrac <h2 id="Kompatybilność">Kompatybilność</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("javascript.builtins.Number.toLocaleString")}}</p> <h2 id="Zobacz_także">Zobacz także</h2> diff --git a/files/pl/web/javascript/reference/global_objects/promise/index.html b/files/pl/web/javascript/reference/global_objects/promise/index.html index 1227a0edab..ff763ef04d 100644 --- a/files/pl/web/javascript/reference/global_objects/promise/index.html +++ b/files/pl/web/javascript/reference/global_objects/promise/index.html @@ -236,7 +236,7 @@ function testPromise() { <h2 id="Zgodność_z_przeglądarkami">Zgodność z przeglądarkami</h2> -<p class="hidden">To contribute to this compatibility data, please write a pull request against this repository: <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>.</p> + <p>{{Compat("javascript.builtins.Promise")}}</p> diff --git a/files/pl/web/javascript/reference/global_objects/string/fromcodepoint/index.html b/files/pl/web/javascript/reference/global_objects/string/fromcodepoint/index.html index d929675696..0a3bacc072 100644 --- a/files/pl/web/javascript/reference/global_objects/string/fromcodepoint/index.html +++ b/files/pl/web/javascript/reference/global_objects/string/fromcodepoint/index.html @@ -136,8 +136,6 @@ String.fromCharCode(55356, 57091); // Stars" == "\uD83C\uDF03" <h2 id="Browser_compatibility">Browser compatibility</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("javascript.builtins.String.fromCodePoint")}}</p> <h2 id="See_also">See also</h2> |