From 933d9a4c9cb3b8065f5d088a991c9dee9a0229b8 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sun, 31 Aug 2008 11:21:17 +0200 Subject: [PATCH] Fix a bug that breaks edit/emploi on IE. Signed-off-by: Florent Bruneau --- htdocs/javascript/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.1.4