This commit is contained in:
mostafah%oeone.com 2004-05-17 18:30:13 +00:00
Родитель 7e1c77a956
Коммит 4a8cca396e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -703,7 +703,7 @@ calendarManager.prototype.getRemoteCalendarText = function calMan_getRemoteCalen
{
window.setCursor( "default" );
var retval = false;
result = String.fromCharCode.apply(this, result);
//check to make sure its actually a calendar file, if not return.
if( result.indexOf( "BEGIN:VCALENDAR" ) == -1 )
{