=== modified file 'dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/export.js' --- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/export.js 2009-10-12 09:32:38 +0000 +++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/export.js 2009-10-28 08:34:55 +0000 @@ -60,7 +60,7 @@ reportId:$('#report').val(), periodId:$('#period').val() },function(data){ - window.location = "downloadExcelOutput.action"; + window.location = "downloadFile.action"; deleteDivEffect(); $("#loading").hide(); },'xml'); @@ -75,7 +75,7 @@ periodId:$('#period').val(), organisationGroupId: byId('availableOrgunitGroups').value },function(data){ - window.location = "downloadExcelOutput.action"; + window.location = "downloadFile.action"; deleteDivEffect(); $("#loading").hide(); },'xml');