From ecc428140706e87c8b11eff06ee14cb7cac03d62 Mon Sep 17 00:00:00 2001 From: mattreaganmozilla <145381717+mattreaganmozilla@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:41:18 -0700 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7f40b3d..06ccac1 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ function go(){ var x=window.open('about:blank'); setTimeout(function(){ - a=x.alert('Alert');x.prompt('Queued','');b=x.prompt('Password','');x.alert('Alert 2');} ,1000); + a=x.alert('Alert');x.prompt('Queued','');b=x.prompt('Password','');x.alert('Alert 2');} ,2000); }