aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/string
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-06-21 10:14:26 -0400
committerIrvin <irvinfly@gmail.com>2021-06-22 00:53:02 +0800
commit5289f869c03040182fc69da3e05bc5288a3490bc (patch)
tree622e1f54367b307bce1981edaeb9d142722b9d97 /files/zh-cn/web/javascript/reference/global_objects/string
parent567f76d53b5d14e617a143ccbf66dbbcc9fbf93a (diff)
downloadtranslated-content-5289f869c03040182fc69da3e05bc5288a3490bc.tar.gz
translated-content-5289f869c03040182fc69da3e05bc5288a3490bc.tar.bz2
translated-content-5289f869c03040182fc69da3e05bc5288a3490bc.zip
remove hidden bcd table paragraph from 'zh-cn'
Part of #1008
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html2
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html
index 7d0edf43c5..0e45f82bac 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/string/touppercase/index.html
@@ -74,7 +74,7 @@ console.log(a, b);
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<div class="hidden">此页中的兼容性表是从结构化数据生成的。如果你想对数据有所贡献,请查看<a href="/zh-CN/docs/">https://github.com/mdn/browser-compat-data</a>并向我们发送请求。</div>
+
<p>{{Compat("javascript.builtins.String.toUpperCase")}}</p>
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html
index 7697c1074d..6af5bd5d2d 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/string/valueof/index.html
@@ -46,7 +46,7 @@ console.log(x.valueOf()); // Displays 'Hello world'
<h2 id="浏览器兼容性">浏览器兼容性</h2>
-<p class="hidden">此页中的兼容性表是从结构化数据生成的。如果你想对数据有所贡献,请查看<a href="/zh-CN/docs/">https://github.com/mdn/browser-compat-data</a>并向我们发送请求。</p>
+
<p>{{Compat("javascript.builtins.String.valueOf")}}</p>