Committer: dpetrov
LJSUP-9820: There is no field "password" on update.bml when you try change userU branches/delayed_entries/htdocs/js/entry.js
Modified: branches/delayed_entries/htdocs/js/entry.js =================================================================== --- branches/delayed_entries/htdocs/js/entry.js 2011-09-22 04:10:39 UTC (rev 20106) +++ branches/delayed_entries/htdocs/js/entry.js 2011-09-22 04:11:46 UTC (rev 20107) @@ -346,8 +346,8 @@ return false; } - var altlogin_wrapper = $('altlogin_wrapper_login'), - altlogin_wrapper = $('altlogin_wrapper_password'); + var altlogin_wrapper_login = $('altlogin_wrapper_login'), + altlogin_wrapper_password = $('altlogin_wrapper_password'); if (!altlogin_wrapper_login || !altlogin_wrapper_password) { return false; }