Can't fix Jump to post isn't maintained after login

The hash is never actually exposed to the server, so in the general case we can't really do anything about this. We simply redirect to the page you were on (as told to the server).
 
The hash is never actually exposed to the server, so in the general case we can't really do anything about this. We simply redirect to the page you were on (as told to the server).
Would you consider to workaround that with js?
I guess the simplest way would be to add a hidden input, and set the value to the full url (or just the hash part) using js.
 
Top Bottom