Don't warn on user change

This commit is contained in:
Gregory Soutade 2014-02-19 17:37:27 +01:00
parent ce1d010b85
commit ccaca8c598
1 changed files with 2 additions and 0 deletions

View File

@ -356,6 +356,8 @@ function update_master_key(warning_unciphered)
addon_address.removeAllChilds();
addon_address.appendChild(document.createTextNode("Current addon address is : " + document.documentURI + current_user));
warning_unciphered = false;
}
current_mkey = document.getElementById("master_key").value;