Try this one…
$w.onReady(function () {
$w('#box7').onClick(()=>{
wixLocation.to("/Timer");
});
});
Does it work now?
If not, do you get any errors in the console?
Try this one…
$w.onReady(function () {
$w('#box7').onClick(()=>{
wixLocation.to("/Timer");
});
});
Does it work now?
If not, do you get any errors in the console?