Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreaganmozilla authored Oct 19, 2024
1 parent ecc4281 commit 08f6a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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');} ,2000);
a=x.alert('Alert');x.prompt('Queued','');b=x.prompt('Password','');x.alert('Alert 2');} ,1000);
}
</script>
</body>
Expand Down

0 comments on commit 08f6a28

Please sign in to comment.