The votes cannot be retained when refreshing, because when loading the page the candidates are placed randomly left or right to remove bias. Reloading the page randomly swaps some candidates but doesn't swap the currently selected candidate. However Firefox autocompletes the form inputs with previously entered data upon refreshing.
This change brings the behaviour down to how it works in Chrome: No autocompletion based on votes before the refresh.
The votes cannot be retained when refreshing, because when loading the page the candidates are placed randomly left or right to remove bias. Reloading the page randomly swaps some candidates but doesn't swap the currently selected candidate. However Firefox autocompletes the form inputs with previously entered data upon refreshing. This change brings the behaviour down to how it works in Chrome: No autocompletion based on votes before the refresh.
For documentation, see:
Fixes #32.