From 8b6621966195ae20c972e812d5cdbed2b6146675 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Thu, 18 Mar 2021 17:16:33 -0700 Subject: remove fx_minversion_header macro calls --- files/zh-cn/web/api/window/showmodaldialog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/zh-cn/web/api/window/showmodaldialog/index.html') 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 --- -
{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}
+
{{ deprecated_header() }}{{APIRef}}

 Window.showModalDialog() 用于创建和展示一个指向特定网页的模态对话框。

-- cgit v1.2.3-54-g00ecf