Fixed bug 242939

This commit is contained in:
mostafah%oeone.com 2004-05-17 18:30:13 +00:00
parent 7e1c77a956
commit 4a8cca396e

View File

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