When clicking the radio buttons to switch players, it seems no e.preventDefault() is present in the click handler and the # (of the <a href) is added to the URL of the page.
e.preventDefault should be used in the click handler.
Version: master
Severity: normal