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
... and the note icon will then get a link to the right place on the map. This is done by javascript after the page has loaded.
But the controller has access to this information too, and it can rework it and pass it to the view, so there's no need for it to be in javascript. So let's refactor it, since building links in javascript on pageload is quite unexpected.
It could also do with a test, since third-party pages rely on it working.
The text was updated successfully, but these errors were encountered:
There's a feature on the fixthemap page that means you can link to it like this:
... and the note icon will then get a link to the right place on the map. This is done by javascript after the page has loaded.
But the controller has access to this information too, and it can rework it and pass it to the view, so there's no need for it to be in javascript. So let's refactor it, since building links in javascript on pageload is quite unexpected.
It could also do with a test, since third-party pages rely on it working.
The text was updated successfully, but these errors were encountered: