I believe I've found a bug with the go to command when using in new window.
Given the following code:
<button
_="on click
set something to '/something'
go to `${something}` in new window">Click</button>
Results in a Unexpected Token : window error. Remove the in new window part and all is fine and dandy again. Using in new window works fine if you put a naked URL in there, but not with a dynamic expression.
I believe I've found a bug with the
go tocommand when usingin new window.Given the following code:
Results in a
Unexpected Token : windowerror. Remove thein new windowpart and all is fine and dandy again. Usingin new windowworks fine if you put a naked URL in there, but not with a dynamic expression.