How do i go to a website (or URL for all the fancy devs) from JS code in wick
Show Your Work
Game Dev
XxKeyTheLegoProXx
December 18, 2023, 5:44pm
#1
this might sound obvious, but im a newbie with Wick
if anyone has asked this question before, please send the link from there
blurredPixels
December 19, 2023, 10:52am
#2
plain js href
window.location.href = ‘…’;