diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-06-21 10:14:26 -0400 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-06-22 00:53:02 +0800 |
commit | 5289f869c03040182fc69da3e05bc5288a3490bc (patch) | |
tree | 622e1f54367b307bce1981edaeb9d142722b9d97 /files/zh-cn/web/javascript/reference/operators | |
parent | 567f76d53b5d14e617a143ccbf66dbbcc9fbf93a (diff) | |
download | translated-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/operators')
3 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/bitwise_xor/index.html b/files/zh-cn/web/javascript/reference/operators/bitwise_xor/index.html index 4bb149667d..c2fa597627 100644 --- a/files/zh-cn/web/javascript/reference/operators/bitwise_xor/index.html +++ b/files/zh-cn/web/javascript/reference/operators/bitwise_xor/index.html @@ -96,7 +96,7 @@ After: 10100000000000000110000000000001</pre> <h2 id="浏览器兼容性">浏览器兼容性</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.operators.bitwise_xor")}}</p> diff --git a/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html b/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html index 179496d7e3..cb3153c5ee 100644 --- a/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html +++ b/files/zh-cn/web/javascript/reference/operators/conditional_operator/index.html @@ -112,7 +112,7 @@ function example(…) { <h2 id="浏览器兼容性">浏览器兼容性</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.operators.conditional")}}</p> diff --git a/files/zh-cn/web/javascript/reference/operators/inequality/index.html b/files/zh-cn/web/javascript/reference/operators/inequality/index.html index 2c0bccddfd..867bda689f 100644 --- a/files/zh-cn/web/javascript/reference/operators/inequality/index.html +++ b/files/zh-cn/web/javascript/reference/operators/inequality/index.html @@ -87,7 +87,7 @@ object2 != object2 // false</pre> <h2 id="浏览器兼容性"><font><font>浏览器兼容性</font></font></h2> -<div class="hidden"><font><font>此页面上的兼容性表是根据结构化数据生成的。</font><font>如果您想提供数据,请查看</font></font><a href="https://github.com/mdn/browser-compat-data"><font><font>https://github.com/mdn/browser-compat-data</font></font></a><font><font>并向我们发送请求请求。</font></font></div> + <p>{{Compat("javascript.operators.inequality")}}</p> |