From 2aa3e74dde06171c035918b071cb0307af35c1e3 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic <philip.kaludercic@fau.de> Date: Sat, 20 Jan 2024 12:30:59 +0000 Subject: [PATCH] Remove onkeydown tag that has been moved to quiz.js --- quiz.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quiz.html b/quiz.html index cc5227d..a384990 100644 --- a/quiz.html +++ b/quiz.html @@ -58,11 +58,11 @@ </p> <footer> - <code>$Id: quiz.html,v 1.13 2024/01/20 11:17:23 oj14ozun Exp oj14ozun $</code> + <code>$Id: quiz.html,v 1.14 2024/01/20 12:30:28 oj14ozun Exp oj14ozun $</code> <code id="js-version"></code> </footer> </aside> - <button onkeydown="return event.keyCode != 13;" id="info-toggle">i</button> + <button id="info-toggle">i</button> </div> <noscript> -- GitLab