=== modified file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.js' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.js 2012-02-13 14:30:59 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/main.js 2012-02-17 09:37:31 +0000 @@ -7,6 +7,13 @@ function pageInit() { + // jQuery ajax setup + + $.ajaxSetup( + { + cache: false + } ); + // Zebra stripes in lists $( "table.listTable tbody tr:odd" ).addClass( "listAlternateRow" );