From d0e9c813993f5f02381f52faf34c9a54247f58fb Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Tue, 25 Oct 2011 20:01:04 +0200 Subject: [PATCH] Quickfix hanging tipsy popups --- apps/calendar/js/calendar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/calendar/js/calendar.js b/apps/calendar/js/calendar.js index 30015ae68f..cdfc521b22 100644 --- a/apps/calendar/js/calendar.js +++ b/apps/calendar/js/calendar.js @@ -10,6 +10,7 @@ Calendar={ space:' ', UI:{ startEventDialog:function(){ + $('.tipsy').remove(); Calendar.UI.lockTime(); $( "#from" ).datepicker({ dateFormat : 'dd-mm-yy'