You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there's no javascript functionality available, fallback to a non-js index view. This would allow you to access it via more minimal and/or terminal based web browsers such as links or lynx
Implement Suggestion
Probably have to do something with a <noscript> tag. Maybe have it add a cookie, that tells the server-side software it needs to provide a non-js index by converting the JSON to standard HTML. I'd help, but I can't program in rust =P
The text was updated successfully, but these errors were encountered:
Specific Demand
If there's no javascript functionality available, fallback to a non-js index view. This would allow you to access it via more minimal and/or terminal based web browsers such as
links
orlynx
Implement Suggestion
Probably have to do something with a
<noscript>
tag. Maybe have it add a cookie, that tells the server-side software it needs to provide a non-js index by converting the JSON to standard HTML. I'd help, but I can't program in rust =PThe text was updated successfully, but these errors were encountered: