=== 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 2014-09-19 17:13:55 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/webapp/dhis-web-dataentry/javascript/history.js 2015-02-04 23:11:02 +0000 @@ -48,6 +48,7 @@ url: '../api/dataValues', data: dataValue, dataType: 'json', + type: 'post', success: handleSuccess, error: handleError } ); @@ -200,6 +201,7 @@ $.ajax( { url: '../api/dataValues', data: dataValue, dataType: 'json', + type: 'post', success: function( json ) { if ( $( '#followup' ).attr( 'src' ) == '../images/unmarked.png' )