From 9e422750bc87998286c6bb8e314c37efe9709861 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Mon, 28 Jun 2010 14:53:42 +0200 Subject: [PATCH] Fix refresh of the list of countries in referent search page. Closes #1132. Signed-off-by: Florent Bruneau --- templates/profile/referent.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/profile/referent.tpl b/templates/profile/referent.tpl index 874cecb..1265508 100644 --- a/templates/profile/referent.tpl +++ b/templates/profile/referent.tpl @@ -57,7 +57,7 @@ function setSector(sector) } } -function setSubSectors() +function setSSectors() { var sect = document.getElementById('sect_field').value; var ssect = document.getElementById('ssect_field').value; -- 2.1.4