From dbfc277afb4d22cb7abd3cb9bc86e31fd9f0ab65 Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Thu, 9 Mar 2023 16:37:44 +0100 Subject: [PATCH] [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. --- truthinquiry/templates/game.html | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/truthinquiry/templates/game.html b/truthinquiry/templates/game.html index f3f9caa..31af18a 100644 --- a/truthinquiry/templates/game.html +++ b/truthinquiry/templates/game.html @@ -80,7 +80,7 @@

Le coupable était ...

- Example +
@@ -115,19 +115,6 @@
- - - - -