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

This fix the overlay of the complexity bar
pull/5905/head
Lukas Reschke 9 years ago committed by GitHub
commit eb8cd4b80e
  1. 2
      core/js/jquery-showpassword.js

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

Loading…
Cancel
Save