From 4f2947ad4cc17a643a51b1a9c9d23c370811482e Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Wed, 8 May 2024 00:26:59 -0400 Subject: [PATCH] Uncomment the window open logic --- public/bin/landing-new/gambling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/bin/landing-new/gambling.js b/public/bin/landing-new/gambling.js index 2cd0e26eb..0994353ee 100644 --- a/public/bin/landing-new/gambling.js +++ b/public/bin/landing-new/gambling.js @@ -183,7 +183,7 @@ async function generateBuildLink(e) { const json = await response.json() const shareLink = json.shareLink - // window.open(shareLink, '_blank').focus() + window.open(shareLink, '_blank').focus() } catch (error) { console.error('Error:', error) // e.classList.add("error")