Skip to content

Commit

Permalink
Merge pull request #5889 from nextcloud/stable12-overlay-on-show-pass…
Browse files Browse the repository at this point in the history
…word

fix overlay on show password
  • Loading branch information
LukasReschke authored Jul 26, 2017
2 parents c929e3a + c870021 commit 7c0e1c4
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 7c0e1c4

Please sign in to comment.