Browse Source

Change alert fallback to set url before alert

main
indigane 4 years ago committed by GitHub
parent
commit
9a8c588d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      card-sort.html

2
card-sort.html

@ -390,8 +390,8 @@
}, 5000); }, 5000);
} }
else { else {
alert('Your browser does not support sharing. Please copy from the address bar instead.');
window.location.href = url; window.location.href = url;
alert('Your browser does not support sharing. Please copy from the address bar instead.');
} }
} }

Loading…
Cancel
Save