SAE-A2-TruthInquiry/truthseeker/static/js
AudricV a13b1d0ada
[Client] Remove localStorage requirement
As we use cookies for the game and that localStorage is only used to save the
theme set on the start page, it isn't needed to use it, as the dark theme would
be set as a fallback.

In order to show a cookies requirement message if they are disabled, we need to
remove the one of the localStorage, as when cookies access is disabled,
localStorage cannot be accessed.
2023-01-15 12:04:19 +01:00
..
api.js added image placeholder generator in anwser view 2023-01-14 18:39:57 +01:00
game_common.js [Client] Move theme setting to the start page 2023-01-09 10:59:47 +01:00
game_lobby.js fixed non working name add 2023-01-12 17:30:55 +01:00
game_start_page.js [Client] Remove localStorage requirement 2023-01-15 12:04:19 +01:00
game.js shuffle and todos 2023-01-14 23:02:23 +01:00