=== modified file 'dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/dxf2MetaDataExport.vm' --- dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/dxf2MetaDataExport.vm 2013-03-21 12:17:21 +0000 +++ dhis-2/dhis-web/dhis-web-importexport/src/main/webapp/dhis-web-importexport/dxf2MetaDataExport.vm 2013-07-19 12:50:17 +0000 @@ -17,11 +17,11 @@ { if( $( '#dataSets' ).is(':checked')) { - $( '#sections' ).attr('checked', true); + $( '#sections' ).attr( 'checked', true ); } else { - $( '#sections' ).attr('checked', false); + $( '#sections' ).removeAttr('checked'); } if( $( '#categories' ).is(':checked')) @@ -32,9 +32,9 @@ } else { - $( '#categoryCombos' ).attr( 'checked', false ); - $( '#categoryOptionCombos' ).attr('checked', false); - $( '#categoryOptions' ).attr('checked', false); + $( '#categoryCombos' ).removeAttr( 'checked'); + $( '#categoryOptionCombos' ).removeAttr('checked'); + $( '#categoryOptions' ).removeAttr('checked'); } if( $( '#mapLegendSets' ).is(':checked') ) @@ -43,7 +43,7 @@ } else { - $( '#mapLegends' ).attr('checked', false); + $( '#mapLegends' ).removeAttr('checked'); } if( $( '#maps' ).is(':checked') ) @@ -52,7 +52,7 @@ } else { - $( '#mapViews' ).attr('checked', false); + $( '#mapViews' ).removeAttr('checked'); } var url = "../api/metaData"; @@ -82,12 +82,12 @@
- - - - - - + + + + + +