You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<buttonclass="modal-close is-large"
_="on click log the location of window then set newLocation to the location of window then log newLocation.origin + newLocation.pathname then set newLocationUrl to newLocation.origin + newLocation.pathname then log newLocationUrl then go to url #(newLocationUrl)"
aria-label="close"></button>
I just want to update the url and not navigate so according to the docs it should be possible by prepending it with a hash. However, this does not appear to be working with variables.
But how cool 😎 would the following be:
<buttonclass="modal-close is-large"
_="on click remove #company-edit-modal then remove query param 'view' from the url"
aria-label="close"></button>
I tried a lot of the combinations above but none worked so I assume this is not implemented.
The text was updated successfully, but these errors were encountered:
Hi there,
Again - I want to express my ❤️ for
_hyperscript
!One thing I'm struggling with is removing a query parameter from the url. I tried lots of things but this is what I ended up with:
My journey started as follows:
I just want to update the url and not navigate so according to the docs it should be possible by prepending it with a hash. However, this does not appear to be working with variables.
But how cool 😎 would the following be:
I tried a lot of the combinations above but none worked so I assume this is not implemented.
The text was updated successfully, but these errors were encountered: