From 7e4f2fdf714ca7036b5c65eb4a4fd8fb5625b937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20=C3=85ne?= Date: Mon, 23 Oct 2017 16:08:14 +0200 Subject: [PATCH] Use oninput instead of the less reliable onkeyup --- themes/fyrkat/core/loginuserpass.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/fyrkat/core/loginuserpass.php b/themes/fyrkat/core/loginuserpass.php index 2880d3a..5b5e69d 100644 --- a/themes/fyrkat/core/loginuserpass.php +++ b/themes/fyrkat/core/loginuserpass.php @@ -25,11 +25,11 @@ if (strlen($this->data['username']) > 0) { if (!$this->data['username']) { echo ' autofocus'; } - } ?> value="data['username']); ?>" onkeyup="setSubmit()"> + } ?> value="data['username']); ?>" oninput="setSubmit()">

data['username']) { echo ' autofocus'; - } ?> onkeyup="setSubmit()"> + } ?> oninput="setSubmit()"> data['rememberMeEnabled']) {