Forgot startClearTimer() when adding a password

This commit is contained in:
Gregory Soutade 2016-09-25 20:35:11 +02:00
parent 29e2c8337c
commit 527fc52539
1 changed files with 2 additions and 0 deletions

View File

@ -700,6 +700,8 @@ function add_password()
inputs[i].value = "";
}
startClearTimer();
return true;
}