=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/cacheManifest.vm' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/cacheManifest.vm 2011-08-19 18:37:09 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/cacheManifest.vm 2011-08-22 08:08:11 +0000 @@ -1,5 +1,5 @@ CACHE MANIFEST -# 2.4-SNAPSHOT Version 13 +# 2.4-SNAPSHOT Version 14 NETWORK: * CACHE: === modified file 'dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/history.js' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/history.js 2011-08-20 14:07:56 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/history.js 2011-08-22 08:08:11 +0000 @@ -82,7 +82,12 @@ categoryOptionComboId: currentOptionComboId, organisationUnitId: currentOrganisationUnitId }, - success: refreshChart, + success: function() { + $( '#minLimit' ).css( 'background-color', COLOR_WHITE ); + $( '#maxLimit' ).css( 'background-color', COLOR_WHITE ); + + refreshChart() + }, cache: false } ); }