From 2d1cb016abb1ad2e5c9a875c649a702480f97b1b Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 13 Jan 2015 11:16:13 +0100 Subject: [PATCH] Fix user interaction with showing password feature Before, the password was hidden again after 2 seconds. Now, the password is hidden when the mouse is released Fix https://github.com/FreshRSS/FreshRSS/issues/734 --- app/install.php | 17 ++++++++++------- app/views/user/manage.phtml | 2 +- app/views/user/profile.phtml | 4 ++-- p/scripts/main.js | 15 ++++++++------- 4 files changed, 21 insertions(+), 17 deletions(-) diff --git a/app/install.php b/app/install.php index a79b0d318..eb2f764f9 100644 --- a/app/install.php +++ b/app/install.php @@ -611,23 +611,26 @@ function printStep2() {