=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/javascript/dataIntegrity.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/javascript/dataIntegrity.js 2015-03-19 14:32:07 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/webapp/dhis-web-maintenance-dataadmin/javascript/dataIntegrity.js 2015-03-19 15:51:33 +0000 @@ -16,7 +16,7 @@ function pollDataIntegrityCheckFinished() { pingNotifications( 'DATAINTEGRITY', 'notificationsTable', function() { - $.getJSON( "../../api/system/taskSummaries/dataintegrity", {}, function( json ) { + $.getJSON( "../api/system/taskSummaries/dataintegrity", {}, function( json ) { hideLoader(); $( "#di-title" ).hide(); $( "#di-completed" ).show();