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
Use URL hash part to encode which plot should be shown and expose that url to user.
This would require JS to automatically select and show the selected plot, if it is not shown by default. In JS use window.location.hash to get current hash string (everything past # in URL).
This should be used in review page to directly link to the plot regarding a comment.
The text was updated successfully, but these errors were encountered:
Use URL hash part to encode which plot should be shown and expose that url to user.
This would require JS to automatically select and show the selected plot, if it is not shown by default. In JS use
window.location.hash
to get current hash string (everything past#
in URL).This should be used in review page to directly link to the plot regarding a comment.
The text was updated successfully, but these errors were encountered: