fix overlay on show password
Signed-off-by: Maxence Lange <maxence@nextcloud.com>
This commit is contained in:
parent
2902677ccf
commit
c87002105d
|
@ -74,7 +74,7 @@
|
|||
|
||||
// Create clone
|
||||
var $clone = cloneElement($input);
|
||||
$clone.insertAfter($input);
|
||||
$clone.insertBefore($input);
|
||||
|
||||
// Set callback arguments
|
||||
if(callback.fn){
|
||||
|
|
Loading…
Reference in New Issue