return in the mouseover code for now until it is updated

This commit is contained in:
pavlov%pavlov.net 2005-01-12 19:56:21 +00:00
parent ea47b3beac
commit c1fecc9129

View File

@ -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() )