From ebb24e4fd18fb53133755333314a23d22fc72707 Mon Sep 17 00:00:00 2001 From: Jef van Schendel Date: Mon, 26 Mar 2012 20:23:49 +0200 Subject: [PATCH] Add comment in JavaScript file about duplicating the password field --- mediagoblin/static/js/show_password.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mediagoblin/static/js/show_password.js b/mediagoblin/static/js/show_password.js index e42d44ea..b3fbc862 100644 --- a/mediagoblin/static/js/show_password.js +++ b/mediagoblin/static/js/show_password.js @@ -17,6 +17,7 @@ */ $(document).ready(function(){ + //Create a duplicate password field. We could change the input type dynamically, but this angers the IE gods (not just IE6). $("#password").after(''); $('#password_clear').hide(); $('#password_boolean').click(function(){