зеркало из https://github.com/mozilla/gecko-dev.git
return in the mouseover code for now until it is updated
This commit is contained in:
Родитель
ea47b3beac
Коммит
c1fecc9129
|
@ -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() )
|
||||
|
|
Загрузка…
Ссылка в новой задаче