Don't warn on user change
This commit is contained in:
parent
ce1d010b85
commit
ccaca8c598
|
@ -356,6 +356,8 @@ function update_master_key(warning_unciphered)
|
||||||
addon_address.removeAllChilds();
|
addon_address.removeAllChilds();
|
||||||
|
|
||||||
addon_address.appendChild(document.createTextNode("Current addon address is : " + document.documentURI + current_user));
|
addon_address.appendChild(document.createTextNode("Current addon address is : " + document.documentURI + current_user));
|
||||||
|
|
||||||
|
warning_unciphered = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
current_mkey = document.getElementById("master_key").value;
|
current_mkey = document.getElementById("master_key").value;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user