diff --git a/src/assets/js/general_functions.js b/src/assets/js/general_functions.js index 73f9abcb..07bfd0ef 100644 --- a/src/assets/js/general_functions.js +++ b/src/assets/js/general_functions.js @@ -380,7 +380,7 @@ window.GeneralFunctions = window.GeneralFunctions || {}; exports.ajaxFailureHandler = function(jqxhr, textStatus, errorThrown) { var exceptions = [ { - message: 'AJAX Error: ' + errorThrown + message: 'AJAX Error: ' + errorThrown + $(jqxhr.responseText).text() } ]; GeneralFunctions.displayMessageBox(GeneralFunctions.EXCEPTIONS_TITLE, GeneralFunctions.EXCEPTIONS_MESSAGE);