diff options
Diffstat (limited to 'files/zh-tw/web/javascript/reference/global_objects/number')
| -rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/number/index.html | 4 | ||||
| -rw-r--r-- | files/zh-tw/web/javascript/reference/global_objects/number/toexponential/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/files/zh-tw/web/javascript/reference/global_objects/number/index.html b/files/zh-tw/web/javascript/reference/global_objects/number/index.html index 8a023d1603..6aad23d489 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/number/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/number/index.html @@ -163,7 +163,7 @@ Number("100a") // NaN <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -186,7 +186,7 @@ Number("100a") // NaN </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> diff --git a/files/zh-tw/web/javascript/reference/global_objects/number/toexponential/index.html b/files/zh-tw/web/javascript/reference/global_objects/number/toexponential/index.html index 34ae1e4139..9c40c2fe5b 100644 --- a/files/zh-tw/web/javascript/reference/global_objects/number/toexponential/index.html +++ b/files/zh-tw/web/javascript/reference/global_objects/number/toexponential/index.html @@ -107,7 +107,7 @@ console.log(77 .toExponential()); // logs 7.7e+1 <div>{{CompatibilityTable}}</div> -<div id="compat-desktop"> +<div> <table class="compat-table"> <tbody> <tr> @@ -130,7 +130,7 @@ console.log(77 .toExponential()); // logs 7.7e+1 </table> </div> -<div id="compat-mobile"> +<div> <table class="compat-table"> <tbody> <tr> |
