diff --git a/core/js/jquery-showpassword.js b/core/js/jquery-showpassword.js index fc9de2170f..5d518c78bc 100644 --- a/core/js/jquery-showpassword.js +++ b/core/js/jquery-showpassword.js @@ -74,7 +74,7 @@ // Create clone var $clone = cloneElement($input); - $clone.insertBefore($input); + $clone.insertAfter($input); // Set callback arguments if(callback.fn){