SAE-A2-TruthInquiry/truthinquiry
AudricV dbfc277afb
[Client] Remove elements to clone in JavaScript in the game page
The elements to clone are now embedded in the corresponding JavaScript file, so
there is no need for them to be kept in the HTML page.

Also remove on the culprit img element the src attribute to avoid network
requests on an unexisting file and the alt attribute, as they are appended
dynamically with JavaScript.
2023-03-10 10:30:13 +01:00
..
ext add example import script 2023-03-09 14:40:44 +01:00
logic Do not link SQLAlchemy models to Flask 2023-03-09 14:40:42 +01:00
routes add API documentation yaml 2023-02-16 09:50:01 +01:00
static [Client] Refactor and improve game JavaScript code 2023-03-10 10:29:55 +01:00
templates [Client] Remove elements to clone in JavaScript in the game page 2023-03-10 10:30:13 +01:00
__init__.py Do not link SQLAlchemy models to Flask 2023-03-09 14:40:42 +01:00
app.py Remove last occurences of 'APP' 2023-02-16 08:28:58 +01:00