Author: jcouteau Date: 2013-03-29 17:01:49 +0100 (Fri, 29 Mar 2013) New Revision: 336 Url: http://chorem.org/projects/chorem/repository/revisions/336 Log: refs #882 : Add focus on input when editing contacts on accoutn page Modified: trunk/chorem-webmotion/src/main/webapp/js/chorem.js Modified: trunk/chorem-webmotion/src/main/webapp/js/chorem.js =================================================================== --- trunk/chorem-webmotion/src/main/webapp/js/chorem.js 2013-03-27 09:14:42 UTC (rev 335) +++ trunk/chorem-webmotion/src/main/webapp/js/chorem.js 2013-03-29 16:01:49 UTC (rev 336) @@ -186,6 +186,7 @@ }); span.replaceWith(input); + input.focus(); }); //Ajout d'une note sur un compte client