=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js 2012-10-18 04:24:34 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js 2012-11-01 09:28:31 +0000 @@ -4,7 +4,6 @@ hideById('dataEntryInfor'); hideById('listDiv'); showById('mainLinkLbl'); - jQuery.getJSON( "anonymousPrograms.action",{}, function( json ) { @@ -16,8 +15,8 @@ for ( i in json.programs ) { jQuery( '#programId').append( '' ); } - disableCriteriaDiv(); + showById('selectDiv'); }); setFieldValue( 'orgunitId', orgUnits[0] );