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

no-js tag added #74

Open
outdoorsdev opened this issue Nov 2, 2022 · 2 comments
Open

no-js tag added #74

outdoorsdev opened this issue Nov 2, 2022 · 2 comments

Comments

@outdoorsdev
Copy link

I am writing twee code for a twine game, compiling using twee, then using five server to run it live.

When compiling and running on five server, a "no-js" tag is added to the html only when running it live. The html file that is compiled does not include this. As a result the game doesn't run.

If I do the same with live server (not five), this doesn't happen.

@yandeu
Copy link
Owner

yandeu commented Nov 2, 2022

What is a "no-js" tag? Do you mean <noscript>?

@outdoorsdev
Copy link
Author

outdoorsdev commented Nov 3, 2022

In the very top tag, a no-js tag is added.

The page starts with and no javascript is rendered. I think it's a browser check that adds it in, even though my browsers support javascript and it's allowed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants