Merge pull request #5888 from nextcloud/overlay-on-show-password

This fix the overlay of the complexity bar
This commit is contained in:
Lukas Reschke 2017-07-26 16:55:54 +02:00 committed by GitHub
commit eb8cd4b80e
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){