We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When connection to tab is severed, forces you to manually reload. Manual reloading sends you back to puzzle day home page.
The text was updated successfully, but these errors were encountered:
@vidapour , can you tell us which tab?
Sorry, something went wrong.
The html it uses is
<h5 style="margin-top: 20px;">Could not reconnect to the server. <a href="">Reload</a> the page to restore functionality.</h5>
I looked and I can't find that in the code. That href is clearly wrong. I suggest instead
... <a href="#" onclick="window.location.reload()">Reload</a> ...
Both this and related bug #1166 are serious usability issues.
morganbr
No branches or pull requests
When connection to tab is severed, forces you to manually reload. Manual reloading sends you back to puzzle day home page.
The text was updated successfully, but these errors were encountered: