fix #1117 where the animation of the calendar popup prevented the second calendar popup from appearing

This commit is contained in:
Reinier Balt 2011-03-07 17:03:51 +01:00
parent c368adaadc
commit 70b2ee1e4f

View file

@ -923,7 +923,7 @@ function setup_periodic_check(url_for_check, interval_in_sec, method) {
$.ajax(settings);
},
interval_in_sec*1000
);
);
}
function update_order(event, ui){
@ -984,7 +984,7 @@ function enable_rich_interaction(){
'changeYear': true,
'maxDate': '+5y',
'minDate': '-1y',
'showAnim': 'fold'
'showAnim': '' /* leave empty, see #1117 */
});
/* Autocomplete */