mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Remove resetting password field in compose dialog seems new Safari version does the right thing regarding autocomplete = "new-password"
This commit is contained in:
parent
b3328b8ae5
commit
cbbd3e2cd8
@ -228,12 +228,6 @@ app.classes.mail = AppJS.extend(
|
|||||||
this.smimeAttachmentsCheckerInterval();
|
this.smimeAttachmentsCheckerInterval();
|
||||||
break;
|
break;
|
||||||
case 'mail.compose':
|
case 'mail.compose':
|
||||||
// Set password field of file sharing to empty in
|
|
||||||
// initialization because safari does not respect
|
|
||||||
// autocomplete-off attribute. This hack should be
|
|
||||||
// removed once the issue is solved.
|
|
||||||
var password = this.et2.getWidgetById('password');
|
|
||||||
if (password) password.set_value('');
|
|
||||||
var composeToolbar = this.et2.getWidgetById('composeToolbar');
|
var composeToolbar = this.et2.getWidgetById('composeToolbar');
|
||||||
if (composeToolbar._actionManager.getActionById('pgp') &&
|
if (composeToolbar._actionManager.getActionById('pgp') &&
|
||||||
composeToolbar._actionManager.getActionById('pgp').checked ||
|
composeToolbar._actionManager.getActionById('pgp').checked ||
|
||||||
|
Loading…
Reference in New Issue
Block a user