aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/global_objects/array
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-02-25 08:31:36 -0500
committerPeter Bengtsson <mail@peterbe.com>2021-02-25 08:31:36 -0500
commit97065b2e68dd8768dc1ea092c893c57ebe205026 (patch)
tree11bf4a1114c543989c24c7a801ba379b2c20a30c /files/pt-br/web/javascript/reference/global_objects/array
parentd1794f6b276285489b417053507f432a14be31df (diff)
downloadtranslated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.tar.gz
translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.tar.bz2
translated-content-97065b2e68dd8768dc1ea092c893c57ebe205026.zip
use class="hidden" not style="display:none"
Diffstat (limited to 'files/pt-br/web/javascript/reference/global_objects/array')
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/array/filter/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/global_objects/array/sort/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html b/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html
index ce591d2cac..9daed5325a 100644
--- a/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/array/filter/index.html
@@ -225,4 +225,4 @@ console.log(filterItems('an')); // ['banana', 'mango', 'orange']</pre>
<li>{{jsxref("Array.prototype.reduce()")}}</li>
</ul>
-<div id="link64_adl_tabid" style="display: none;">24</div>
+<div id="link64_adl_tabid" class="hidden">24</div>
diff --git a/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html b/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html
index 6b1f8fcc15..12f2fc1fcc 100644
--- a/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html
+++ b/files/pt-br/web/javascript/reference/global_objects/array/sort/index.html
@@ -229,4 +229,4 @@ var result = mapped.map(function(el){
<li>{{jsxref("String.prototype.localeCompare()")}}</li>
</ul>
-<div id="link64_adl_tabid" style="display: none;">253</div>
+<div id="link64_adl_tabid" class="hidden">253</div>