Skip to content

Commit

Permalink
mention cookie requirement, resolves mediathekview#168
Browse files Browse the repository at this point in the history
The main page displays a error box “your browser is not supported or JavaScript
is disabled” even though the root cause is that Cookies are disabled. This is
very confusing. This change mentions Cookies in the message as well. Evidently,
the best solution would be not to require cookies at all.
  • Loading branch information
kai-burghardt committed Oct 30, 2022
1 parent 244f4d5 commit c1fc1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

<div id="browserWarning" class="showafter1s" style="border: 3px solid red; padding: 10px; margin: 15px">
<span><a target="_blank" href="https://github.com/mediathekview/mediathekviewweb/issues/8">Dein Browser wird
nicht unterstützt</a> oder Javascript ist deaktiviert</span>
nicht unterstützt</a> oder Cookies oder Javascript ist/sind deaktiviert.</span>
</div>

<div id="main-view">
Expand Down

0 comments on commit c1fc1eb

Please sign in to comment.