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 | f7b137a3dff09fb8f976140d16029ad6ec5cf2b5 (patch) | |
tree | ae0836eb0104a5870f1a87f1f3320a3d506c9e17 /files/zh-tw/web/javascript/reference/global_objects/date | |
parent | 01b0e12ba27b5069248fd09235e9a7143915ee30 (diff) | |
download | translated-content-f7b137a3dff09fb8f976140d16029ad6ec5cf2b5.tar.gz translated-content-f7b137a3dff09fb8f976140d16029ad6ec5cf2b5.tar.bz2 translated-content-f7b137a3dff09fb8f976140d16029ad6ec5cf2b5.zip |
remove id attribute not in heading for zh-TW
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/date')
3 files changed, 6 insertions, 6 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/date/index.html b/files/zh-tw/web/javascript/reference/global_objects/date/index.html index 9e5675e682..1b1873dd22 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/date/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/date/index.html @@ -206,7 +206,7 @@ yourFunctionReturn = printElapsedTime(yourFunction); <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -231,7 +231,7 @@ yourFunctionReturn = printElapsedTime(yourFunction); </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-tw/web/javascript/reference/global_objects/date/now/index.html b/files/zh-tw/web/javascript/reference/global_objects/date/now/index.html index 00b4842f0f..ca67a2e534 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/date/now/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/date/now/index.html @@ -67,7 +67,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/now <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -90,7 +90,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/now </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-tw/web/javascript/reference/global_objects/date/utc/index.html b/files/zh-tw/web/javascript/reference/global_objects/date/utc/index.html index 60f1c555f0..50ab7590ea 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/date/utc/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/date/utc/index.html @@ -102,7 +102,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/UTC <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -125,7 +125,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Date/UTC </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |