Making it work in IE.
This commit is contained in:
@@ -53,8 +53,7 @@ var GempLotrCommunication = Class.extend({
|
||||
decisionValue: response},
|
||||
success: this.success,
|
||||
error: this.failure,
|
||||
dataType: "xml",
|
||||
crossDomain: true
|
||||
dataType: "xml"
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
@@ -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);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user