forked from friendica/friendica-addons
remove superfluous password popup in jappixmini
This commit is contained in:
parent
90289ef561
commit
247c894ed5
|
@ -263,9 +263,12 @@ function jappixmini_settings(&$a, &$s) {
|
|||
clear_password = document.getElementById('jappixmini-clear-password');
|
||||
if (encrypt) {
|
||||
friendica_password = document.getElementById('jappixmini-friendica-password');
|
||||
|
||||
if (friendica_password) {
|
||||
jappixmini_addon_set_client_secret(friendica_password.value);
|
||||
password.value = jappixmini_addon_encrypt_password(clear_password.value);
|
||||
}
|
||||
}
|
||||
else {
|
||||
password.value = clear_password.value;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue