From a8f4b33cd5a51e5945661a51a196686ded285b8c Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Wed, 26 Jul 2017 16:05:31 +0200 Subject: This fix the overlay of the complexity bar Signed-off-by: Maxence Lange --- core/js/jquery-showpassword.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js') diff --git a/core/js/jquery-showpassword.js b/core/js/jquery-showpassword.js index 5d518c78bcb..fc9de2170f9 100644 --- a/core/js/jquery-showpassword.js +++ b/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){ -- cgit v1.2.3