aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/javascript/reference/functions
diff options
context:
space:
mode:
Diffstat (limited to 'files/pt-br/web/javascript/reference/functions')
-rw-r--r--files/pt-br/web/javascript/reference/functions/arguments/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/functions/arrow_functions/index.html6
-rw-r--r--files/pt-br/web/javascript/reference/functions/get/index.html2
-rw-r--r--files/pt-br/web/javascript/reference/functions/method_definitions/index.html6
4 files changed, 4 insertions, 12 deletions
diff --git a/files/pt-br/web/javascript/reference/functions/arguments/index.html b/files/pt-br/web/javascript/reference/functions/arguments/index.html
index 5b08e6c5ba..7a5b1ea11d 100644
--- a/files/pt-br/web/javascript/reference/functions/arguments/index.html
+++ b/files/pt-br/web/javascript/reference/functions/arguments/index.html
@@ -199,7 +199,7 @@ func(); // undefined</code></pre>
</tbody>
</table>
-<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html b/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html
index b550d633e1..62a4ab2675 100644
--- a/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html
+++ b/files/pt-br/web/javascript/reference/functions/arrow_functions/index.html
@@ -373,11 +373,7 @@ setTimeout( () =&gt; {
</tbody>
</table>
-<h2 id="Compatibilidade_com_Navegadores">Compatibilidade com Navegadores</h2>
-
-<div class="hidden">
-<p>A tabela de compatibilidade nesta página é gerada de dados estruturados. Se você quiser contribuir com os dados, por favor verifique <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> e nos mande um <em>pull request</em>.</p>
-</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<div>{{Compat("javascript.functions.arrow_functions")}}</div>
diff --git a/files/pt-br/web/javascript/reference/functions/get/index.html b/files/pt-br/web/javascript/reference/functions/get/index.html
index 753f16dab0..1960b39306 100644
--- a/files/pt-br/web/javascript/reference/functions/get/index.html
+++ b/files/pt-br/web/javascript/reference/functions/get/index.html
@@ -136,7 +136,7 @@ console.log(obj.foo); // "bar"</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_com_navegadores">Compatibilidade com navegadores</h2>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{CompatibilityTable}}</p>
diff --git a/files/pt-br/web/javascript/reference/functions/method_definitions/index.html b/files/pt-br/web/javascript/reference/functions/method_definitions/index.html
index 07dba6291b..0a3bb3a172 100644
--- a/files/pt-br/web/javascript/reference/functions/method_definitions/index.html
+++ b/files/pt-br/web/javascript/reference/functions/method_definitions/index.html
@@ -184,11 +184,7 @@ console.log(bar.foo2()); // 2</pre>
</tbody>
</table>
-<h2 id="Compatibilidade_de_browser">Compatibilidade de browser</h2>
-
-<div class="hidden">
-<p>A tabela de compatibilidade desta página é gerada a partir de dados estruturados. Se você quiser contribuir com os dados, verifique <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data </a>e envie-nos um pull request.</p>
-</div>
+<h2 id="Browser_compatibility">Compatibilidade com navegadores</h2>
<p>{{Compat("javascript.functions.method_definitions")}}</p>