bug 265274, patch by gekacheka, r=mvl
This commit is contained in:
mvl%exedo.nl 2004-12-02 10:51:16 +00:00
Родитель 44a84b6333
Коммит 847b05a68c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -127,7 +127,7 @@ function calendarManager( CalendarWindow )
this.addCalendar( Calendar );
}
// Add autoreload timers for all calendars
autoreload = Calendar.getAttribute( "http://home.netscape.com/NC-rdf#autoreload" );
var autoreload = Calendar.getAttribute( "http://home.netscape.com/NC-rdf#autoreload" );
if ( autoreload > 0 )
{
function closure( ThisObject,ThisCalendar ) {