aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/jquery-showpassword.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/jquery-showpassword.js')
-rw-r--r--core/js/jquery-showpassword.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/jquery-showpassword.js b/core/js/jquery-showpassword.js
index fc9de2170f9..5d518c78bcb 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){