diff options
Diffstat (limited to 'files/zh-cn/web/api/window')
-rw-r--r-- | files/zh-cn/web/api/window/dialogarguments/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/window/showmodaldialog/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/window/dialogarguments/index.html b/files/zh-cn/web/api/window/dialogarguments/index.html index d26d56a819..28f58de6c8 100644 --- a/files/zh-cn/web/api/window/dialogarguments/index.html +++ b/files/zh-cn/web/api/window/dialogarguments/index.html @@ -14,7 +14,7 @@ tags: - Window translation_of: Web/API/Window/dialogArguments --- -<p>{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}</p> +<p>{{ deprecated_header() }}{{APIRef}}</p> <h2 id="Summary" name="Summary">摘要</h2> diff --git a/files/zh-cn/web/api/window/showmodaldialog/index.html b/files/zh-cn/web/api/window/showmodaldialog/index.html index 81c0bb505f..b1e42334b3 100644 --- a/files/zh-cn/web/api/window/showmodaldialog/index.html +++ b/files/zh-cn/web/api/window/showmodaldialog/index.html @@ -3,7 +3,7 @@ title: Window.showModalDialog() slug: Web/API/Window/showModalDialog translation_of: Web/API/Window/showModalDialog --- -<div>{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}</div> +<div>{{ deprecated_header() }}{{APIRef}}</div> <p> <strong><code>Window.showModalDialog()</code></strong> 用于创建和展示一个指向特定网页的模态对话框。</p> |