Skip to content

Commit

Permalink
Merge pull request #5888 from nextcloud/overlay-on-show-password
Browse files Browse the repository at this point in the history
This fix the overlay of the complexity bar
  • Loading branch information
LukasReschke authored Jul 26, 2017
2 parents 3aa5010 + a8f4b33 commit eb8cd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/js/jquery-showpassword.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@

// Create clone
var $clone = cloneElement($input);
$clone.insertAfter($input);
$clone.insertBefore($input);

// Set callback arguments
if(callback.fn){
Expand Down

0 comments on commit eb8cd4b

Please sign in to comment.