Fix refresh of the list of countries in referent search page. Closes #1132.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 28 Jun 2010 12:53:42 +0000 (14:53 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 28 Jun 2010 12:54:28 +0000 (14:54 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
templates/profile/referent.tpl

index 874cecb..1265508 100644 (file)
@@ -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;