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

This fix the overlay of the complexity bar
pull/5905/head
Lukas Reschke 2017-07-26 16:55:54 +07:00 committed by GitHub
commit eb8cd4b80e
1 changed files with 1 additions and 1 deletions

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