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

fix overlay on show password
This commit is contained in:
Lukas Reschke 2017-07-26 16:55:34 +02:00 committed by GitHub
commit 7c0e1c4860
1 changed files with 1 additions and 1 deletions

View File

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