This commit is contained in:
mikep%oeone.com 2002-10-30 17:18:59 +00:00
Родитель 5a7a13b431
Коммит fd2ec9f8a0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -434,7 +434,7 @@ CalendarWindow.prototype.switchToView = function calWin_switchToView( newView )
CalendarWindow.prototype.changeMouseOverInfo = function calWin_changeMouseOverInfo( calendarEvent, event )
{
var Html = document.getElementById( "savetip" );
var Html = document.getElementById( "eventTooltip" );
while( Html.hasChildNodes() )
{