fix overlay on show password

Signed-off-by: Maxence Lange <maxence@nextcloud.com>
This commit is contained in:
Maxence Lange 2017-07-26 16:18:57 +02:00
parent 2902677ccf
commit c87002105d
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
// Create clone
var $clone = cloneElement($input);
$clone.insertAfter($input);
$clone.insertBefore($input);
// Set callback arguments
if(callback.fn){