calebasse.dossiers.js: fix datepicker for borthdate

This commit is contained in:
Jérôme Schneider 2014-04-02 14:35:12 +02:00
parent d5dff17ca7
commit 277ad21db3
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ function load_tab2_adm() {
generic_ajaxform_dialog('protection/' + $(this).data('id') + '/del', 'Supprimer une mesure de protection',
'#ajax-dlg', '500px', 'Supprimer');
});
$('input#id_id-birthdate', this).datepicker({dateFormat: 'd/m/yy', showOn: 'button' });
$('input#id_id-birthdate').datepicker({dateFormat: 'd/m/yy', showOn: 'button' });
}
function load_tab3_addresses() {