diff --git a/calendar/resources/content/calendarManager.js b/calendar/resources/content/calendarManager.js index a4034c82af11..9d01e11c766e 100644 --- a/calendar/resources/content/calendarManager.js +++ b/calendar/resources/content/calendarManager.js @@ -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 ) {