diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/communication.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/communication.js index 007d08a7b..0e27c48bc 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/communication.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/communication.js @@ -53,8 +53,7 @@ var GempLotrCommunication = Class.extend({ decisionValue: response}, success: this.success, error: this.failure, - dataType: "xml", - crossDomain: true + dataType: "xml" }); } }); diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/ui.js b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/ui.js index 2c2cfa5f8..79197403c 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/js/ui.js +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/js/ui.js @@ -312,8 +312,9 @@ var GempLotrUI = Class.extend({ }, processError: function (xhr, ajaxOptions, thrownError) { - // alert("There was a problem during communication with server"); - alert(xhr.status); + alert("There was a problem during communication with server:"); + alert(xhr); + alert(ajaxOptions); alert(thrownError); },