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
Родитель ea47b3beac
Коммит c1fecc9129
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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