From c1fecc912913a0ecc9bbafdb9065d64d7b89feb7 Mon Sep 17 00:00:00 2001 From: "pavlov%pavlov.net" Date: Wed, 12 Jan 2005 19:56:21 +0000 Subject: [PATCH] return in the mouseover code for now until it is updated --- calendar/resources/content/calendarWindow.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calendar/resources/content/calendarWindow.js b/calendar/resources/content/calendarWindow.js index 657983ff5e43..47d22afc179d 100644 --- a/calendar/resources/content/calendarWindow.js +++ b/calendar/resources/content/calendarWindow.js @@ -483,6 +483,8 @@ CalendarWindow.prototype.switchToView = function calWin_switchToView( newView ) CalendarWindow.prototype.changeMouseOverInfo = function calWin_changeMouseOverInfo( calendarEvent, event ) { + return; + // XXX fixme const toolTip = document.getElementById( "eventTooltip" ); while( toolTip.hasChildNodes() )