From: Florent Bruneau Date: Sun, 31 Aug 2008 09:21:17 +0000 (+0200) Subject: Fix a bug that breaks edit/emploi on IE. X-Git-Tag: xorg/0.9.17~18 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=933d9a4c9cb3b8065f5d088a991c9dee9a0229b8;p=platal.git Fix a bug that breaks edit/emploi on IE. Signed-off-by: Florent Bruneau --- diff --git a/htdocs/javascript/profile.js b/htdocs/javascript/profile.js index 4c7d01f..108ce44 100644 --- a/htdocs/javascript/profile.js +++ b/htdocs/javascript/profile.js @@ -47,7 +47,7 @@ function wizPage_onLoad(id) updateJobSecteur(i, 'job_' + i, 'jobs[' + i + ']', document.forms.prof_annu["jobs[" + i + "][ss_secteur]"].value); } - registerEnterpriseAutocomplete(-1); + setTimeout('registerEnterpriseAutocomplete(-1)', 100); break; } }