From 58b2b97fd638aedba927ac136a96d3865b1d074f Mon Sep 17 00:00:00 2001 From: adrien Date: Sun, 7 Dec 2025 14:48:14 +0100 Subject: [PATCH] =?UTF-8?q?correction=20liste=20d=C3=A9finition=20en=20cas?= =?UTF-8?q?=20de=20ligne=20sans=20d=C3=A9finition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 6 +++++- script.js | 2 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 66562a6..971aa3c 100644 --- a/index.php +++ b/index.php @@ -191,7 +191,7 @@ function definition_courante($definitions, $position) { $definition): ?> -
  • ">
  • +
  • ">
  • @@ -204,6 +204,8 @@ function definition_courante($definitions, $position) {
  • + +
  • @@ -232,6 +234,8 @@ function definition_courante($definitions, $position) { + +
  • diff --git a/script.js b/script.js index c660983..4959f2c 100644 --- a/script.js +++ b/script.js @@ -48,8 +48,6 @@ for (let input of inputs) { } } } - - input.select(); }; input.onkeydown = function (event) {