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/es/web/api/window/applicationcache/index.html | 2 +- files/es/web/api/window/showmodaldialog/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'files/es/web/api/window') diff --git a/files/es/web/api/window/applicationcache/index.html b/files/es/web/api/window/applicationcache/index.html index 37dac1f769..d562bddec5 100644 --- a/files/es/web/api/window/applicationcache/index.html +++ b/files/es/web/api/window/applicationcache/index.html @@ -6,7 +6,7 @@ tags: - páginas_a_traducir translation_of: Web/API/Window/applicationCache --- -

{{ ApiRef() }} {{ Fx_minversion_header(3) }}

+

{{ ApiRef() }}

Resumen

diff --git a/files/es/web/api/window/showmodaldialog/index.html b/files/es/web/api/window/showmodaldialog/index.html index 1e0f24f2a3..3e7e5c20ca 100644 --- a/files/es/web/api/window/showmodaldialog/index.html +++ b/files/es/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}}

El método Window.showModalDialog() crea y visualiza una caja de diálogo modal, conteniendo el documento HTML especificado.

-- cgit v1.2.3-54-g00ecf