=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnit.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnit.js 2011-01-25 09:45:14 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnit.js 2011-03-19 19:47:31 +0000 @@ -8,7 +8,6 @@ } selection.setListenerFunction( organisationUnitSelected ); -selection.setUnselectAllowed( true ); // ----------------------------------------------------------------------------- // View details === modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnitSearch.js' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnitSearch.js 2011-03-17 22:55:56 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-organisationunit/src/main/webapp/dhis-web-maintenance-organisationunit/javascript/organisationUnitSearch.js 2011-03-19 19:47:31 +0000 @@ -12,6 +12,7 @@ } selection.setListenerFunction( organisationUnitSelected ); +selection.setUnselectAllowed( true ); function initOrgUnitDetails() { @@ -21,8 +22,6 @@ width:600, height:600 } ); - - selection.setUnselectAllowed( true ); } function showOrgUnitDetails( id )