=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/anonymousRegistration.vm' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/anonymousRegistration.vm 2012-06-25 06:15:22 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/anonymousRegistration.vm 2012-06-25 06:20:22 +0000 @@ -39,7 +39,7 @@ - + === 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-06-25 06:15:22 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js 2012-06-25 06:20:22 +0000 @@ -11,7 +11,7 @@ clearListById('compulsoryDE'); clearListById('programId'); - jQuery( '#programId').append( '' ); + jQuery( '#programId').append( '' ); for ( i in json.programs ) { jQuery( '#programId').append( '' ); } @@ -71,7 +71,7 @@ clearListById('searchObjectId'); clearListById('compulsoryDE'); - jQuery( '#searchObjectId').append( '' ); + jQuery( '#searchObjectId').append( '' ); for ( i in json.programStageDataElements ) { jQuery( '#searchObjectId').append( '' );