diff --git a/mod/feedback/module.js b/mod/feedback/module.js index 2207641e763..ae202caa531 100644 --- a/mod/feedback/module.js +++ b/mod/feedback/module.js @@ -140,7 +140,7 @@ M.mod_feedback.init = function(Y, id, sesskey) { spinner.show(); }, success: function(transactionid, xhr) { - var response = xhr.response; + var response = xhr.responseText; var ergebnis = Y.JSON.parse(response); window.setTimeout(function(e) { spinner.hide();