Fix bug in gpass icon management. Don't call on_blur before unblock forms

This commit is contained in:
2021-03-02 14:54:32 +01:00
parent a485267da8
commit 96b378695e
2 changed files with 1 additions and 3 deletions

View File

@@ -295,8 +295,6 @@ function unblock_all_forms()
{
debug("unblock all forms");
on_blur(null);
for(var i=0; i<managed_forms.length; i++)
{
var form = managed_forms[i];