diff options
author | t7yang <t7yang@gmail.com> | 2022-01-10 08:38:06 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2022-02-16 02:35:54 +0800 |
commit | c4576ded828eb9a5ef5f032c8f9409a7116f80a1 (patch) | |
tree | a26eb256f89eb1b8b2a9c65f1e0183509622807e /files/zh-cn/web/javascript/reference/operators | |
parent | f7b137a3dff09fb8f976140d16029ad6ec5cf2b5 (diff) | |
download | translated-content-c4576ded828eb9a5ef5f032c8f9409a7116f80a1.tar.gz translated-content-c4576ded828eb9a5ef5f032c8f9409a7116f80a1.tar.bz2 translated-content-c4576ded828eb9a5ef5f032c8f9409a7116f80a1.zip |
remove id attribute not in heading for zh-CN
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators')
6 files changed, 5 insertions, 21 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/await/index.html b/files/zh-cn/web/javascript/reference/operators/await/index.html index 8b07b23e41..4f0ea9b0c3 100644 --- a/files/zh-cn/web/javascript/reference/operators/await/index.html +++ b/files/zh-cn/web/javascript/reference/operators/await/index.html @@ -97,7 +97,7 @@ f3();</pre> <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -122,7 +122,7 @@ f3();</pre> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/operators/function/index.html b/files/zh-cn/web/javascript/reference/operators/function/index.html index 50ebd46d2c..bf04ca97d9 100644 --- a/files/zh-cn/web/javascript/reference/operators/function/index.html +++ b/files/zh-cn/web/javascript/reference/operators/function/index.html @@ -122,7 +122,7 @@ console.log(bar === baz); // false (errors because baz == undefined)</code> <p>{{ CompatibilityTable() }}</p> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -145,7 +145,7 @@ console.log(bar === baz); // false (errors because baz == undefined)</code> </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-cn/web/javascript/reference/operators/increment/index.html b/files/zh-cn/web/javascript/reference/operators/increment/index.html index 31620cb751..feb73deedb 100644 --- a/files/zh-cn/web/javascript/reference/operators/increment/index.html +++ b/files/zh-cn/web/javascript/reference/operators/increment/index.html @@ -78,7 +78,3 @@ b = ++a; <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unary_negation">Unary negation operator</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Unary_plus">Unary plus operator</a></li> </ul> - -<div id="gtx-trans" style="position: absolute; left: 126px; top: 21px;"> -<div class="gtx-trans-icon"></div> -</div> 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 cbc90433e7..6d5ed6ff6c 100644 --- a/files/zh-cn/web/javascript/reference/operators/inequality/index.html +++ b/files/zh-cn/web/javascript/reference/operators/inequality/index.html @@ -98,7 +98,3 @@ object2 != object2 // false</pre> <li><a href="/zh-CN/docs/Web/JavaScript/Reference/Operators/Strict_equality">Strict equality operator</a></li> <li><a href="/zh-CN/docs/Web/JavaScript/Reference/Operators/Strict_inequality">Strict inequality operator</a></li> </ul> - -<div id="gtx-trans" style="position: absolute; left: 16px; top: 1743.2px;"> -<div class="gtx-trans-icon"></div> -</div> diff --git a/files/zh-cn/web/javascript/reference/operators/nullish_coalescing_operator/index.html b/files/zh-cn/web/javascript/reference/operators/nullish_coalescing_operator/index.html index 1dfd0302a9..a70b8dad19 100644 --- a/files/zh-cn/web/javascript/reference/operators/nullish_coalescing_operator/index.html +++ b/files/zh-cn/web/javascript/reference/operators/nullish_coalescing_operator/index.html @@ -146,7 +146,3 @@ console.log(foo.someBarProp?.toUpperCase()); // undefined <li><a href="/zh-CN/docs/Web/JavaScript/Reference/Operators/Logical_OR">逻辑或操作符(<code>||</code>)</a></li> <li><a href="/zh-CN/docs/Web/JavaScript/Reference/Functions/Default_parameters">函数中的默认参数值</a></li> </ul> - -<div id="gtx-trans" style="position: absolute; left: 161px; top: 68px;"> -<div class="gtx-trans-icon"></div> -</div> diff --git a/files/zh-cn/web/javascript/reference/operators/typeof/index.html b/files/zh-cn/web/javascript/reference/operators/typeof/index.html index 60cd51b992..b4fe4061a0 100644 --- a/files/zh-cn/web/javascript/reference/operators/typeof/index.html +++ b/files/zh-cn/web/javascript/reference/operators/typeof/index.html @@ -258,7 +258,7 @@ class newClass{};</pre> <h2 id="浏览器兼容">浏览器兼容</h2> -<div id="compat-desktop"> +<div> <p>{{Compat("javascript.operators.typeof")}}</p> <h2 id="IE_特别提示">IE 特别提示</h2> @@ -278,7 +278,3 @@ class newClass{};</pre> <li><a href="https://github.com/tc39/ecma262/issues/668">document.all willful violation of the standard</a></li> <li><a href="https://2ality.com/2013/10/typeof-null.html">The history of “typeof null”</a></li> </ul> - -<div id="gtx-trans" style="position: absolute; left: 101px; top: 2989.43px;"> -<div class="gtx-trans-icon"></div> -</div> |