From e8637579497c3bc432c0cff30241d508fa465672 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Thu, 5 Jun 2008 23:07:21 +0200 Subject: [PATCH] Grumpf, remove debug. Signed-off-by: Florent Bruneau --- htdocs/javascript/profile.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/javascript/profile.js b/htdocs/javascript/profile.js index 22d0976..4c7d01f 100644 --- a/htdocs/javascript/profile.js +++ b/htdocs/javascript/profile.js @@ -498,10 +498,8 @@ function removeSecteur(s, ss) function registerEnterpriseAutocomplete(id) { - alert("coucou"); $(".enterprise_name").each( function() { - alert(this.name); if (id == -1 || this.name == "jobs[" + id + "][name]") { $(this).autocomplete(platal_baseurl + "search/autocomplete/entreprise", { -- 2.1.4