mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 15:29:17 +01:00
implement deprecated set_suggest to fix JS errors from apps calling it (mail)
This commit is contained in:
parent
bcff7ab4dc
commit
873dcb126f
@ -95,6 +95,15 @@ export class Et2Password extends Et2InvokerMixin(Et2Textbox)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param _len
|
||||||
|
* @deprecated use this.suggest instead
|
||||||
|
*/
|
||||||
|
set_suggest(_len)
|
||||||
|
{
|
||||||
|
this.suggest = _len;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ask the server for a password suggestion
|
* Ask the server for a password suggestion
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user