mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 03:00:12 +01:00
fix #1117 where the animation of the calendar popup prevented the second calendar popup from appearing
This commit is contained in:
parent
c368adaadc
commit
70b2ee1e4f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue