personnes: datepickers' buttons properly rendered

Closes #3936
This commit is contained in:
Serghei Mihai 2013-12-19 16:06:43 +01:00
parent 37ddb00da6
commit adf1c6a5b7
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ function action(url, worker, on, action, selector, original_color, highlight_col
}
).done(on_success)
}}]});
$('form .datepicker input').trigger('focus');
console.log('dialog loaded');
})
};