Now, automatic person title works in overlays

This commit is contained in:
Cédric Messiant 2013-03-07 11:18:31 +01:00
parent 001e1a5e16
commit 808dccbea0
1 changed files with 1 additions and 1 deletions

View File

@ -55,6 +55,6 @@ manage_directory = function(){
}
$(document).ready(function(){
$('#formfield-form-widgets-gender input').change(update_person_title);
$(document).delegate('#formfield-form-widgets-gender input', 'change', update_person_title);
manage_directory();
});