зеркало из https://github.com/mozilla/pjs.git
Fixing bug 167800, patch from Eric B.
This commit is contained in:
Родитель
78542d9e61
Коммит
afb769e6aa
|
@ -504,7 +504,8 @@ calendarManager.prototype.retrieveAndSaveRemoteCalendar = function calMan_retrie
|
|||
var onResponse = function( CalendarData )
|
||||
{
|
||||
//save the stream to a file.
|
||||
saveDataToFile( ThisCalendarObject.getAttribute( "http://home.netscape.com/NC-rdf#path" ), CalendarData, "UTF-8" );
|
||||
//saveDataToFile( ThisCalendarObject.getAttribute( "http://home.netscape.com/NC-rdf#path" ), CalendarData, "UTF-8" );
|
||||
saveDataToFile( ThisCalendarObject.getAttribute( "http://home.netscape.com/NC-rdf#path" ), CalendarData, null );
|
||||
|
||||
if( onResponseExtra )
|
||||
onResponseExtra();
|
||||
|
|
Загрузка…
Ссылка в новой задаче