mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #5888 from nextcloud/overlay-on-show-password
This fix the overlay of the complexity bar
This commit is contained in:
commit
eb8cd4b80e
1 changed files with 1 additions and 1 deletions
2
core/js/jquery-showpassword.js
vendored
2
core/js/jquery-showpassword.js
vendored
|
|
@ -74,7 +74,7 @@
|
|||
|
||||
// Create clone
|
||||
var $clone = cloneElement($input);
|
||||
$clone.insertAfter($input);
|
||||
$clone.insertBefore($input);
|
||||
|
||||
// Set callback arguments
|
||||
if(callback.fn){
|
||||
|
|
|
|||
Loading…
Reference in a new issue