From 9a8c588d3e317b49e8fc5b848e227f6c73038ff1 Mon Sep 17 00:00:00 2001 From: indigane Date: Tue, 24 May 2022 23:07:45 +0300 Subject: [PATCH] Change alert fallback to set url before alert --- card-sort.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/card-sort.html b/card-sort.html index dc9c43d..e6a6b03 100644 --- a/card-sort.html +++ b/card-sort.html @@ -390,8 +390,8 @@ }, 5000); } else { - alert('Your browser does not support sharing. Please copy from the address bar instead.'); window.location.href = url; + alert('Your browser does not support sharing. Please copy from the address bar instead.'); } }