From 70b2ee1e4f78ea7c7be585606bcd8ad510c41522 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Mon, 7 Mar 2011 17:03:51 +0100 Subject: [PATCH] fix #1117 where the animation of the calendar popup prevented the second calendar popup from appearing --- public/javascripts/application.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/javascripts/application.js b/public/javascripts/application.js index bd7b0399..21c1c199 100644 --- a/public/javascripts/application.js +++ b/public/javascripts/application.js @@ -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 */