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")