Skip to content
New issue

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

Add <noscript> HTML to let users know they need to enable Javascript #11

Open
kwadroke opened this issue Mar 29, 2022 · 1 comment
Open
Labels
enhancement New feature or request good first issue Good for newcomers web Features or fixes for the web client.

Comments

@kwadroke
Copy link

kwadroke commented Mar 29, 2022

If a user visits the site with Javascript disabled in their browser (or a browser that doesn't support Javascript), the page comes up blank. This can look like the site is down.

Please add a noscript tag line to let the user know the site is available and they need to enable Javascript for the site/game to work.

Example:

...</script>
   <noscript>Please enable Javascript to play Sour</noscript>
  </body>
@cfoust
Copy link
Owner

cfoust commented Mar 30, 2022

This is a good idea. I'm also led to believe that Sour does not work well or at all in Firefox; that's worth exploring.

@cfoust cfoust added enhancement New feature or request good first issue Good for newcomers web Features or fixes for the web client. labels Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers web Features or fixes for the web client.
Projects
None yet
Development

No branches or pull requests

2 participants