Skip to content

Commit

Permalink
Uncomment the window open logic
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed May 8, 2024
1 parent de0d9ec commit 4f2947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/bin/landing-new/gambling.js
Expand Up @@ -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")
Expand Down

0 comments on commit 4f2947a

Please sign in to comment.