Making it work in IE.
This commit is contained in:
@@ -53,8 +53,7 @@ var GempLotrCommunication = Class.extend({
|
|||||||
decisionValue: response},
|
decisionValue: response},
|
||||||
success: this.success,
|
success: this.success,
|
||||||
error: this.failure,
|
error: this.failure,
|
||||||
dataType: "xml",
|
dataType: "xml"
|
||||||
crossDomain: true
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -312,8 +312,9 @@ var GempLotrUI = Class.extend({
|
|||||||
},
|
},
|
||||||
|
|
||||||
processError: function (xhr, ajaxOptions, thrownError) {
|
processError: function (xhr, ajaxOptions, thrownError) {
|
||||||
// alert("There was a problem during communication with server");
|
alert("There was a problem during communication with server:");
|
||||||
alert(xhr.status);
|
alert(xhr);
|
||||||
|
alert(ajaxOptions);
|
||||||
alert(thrownError);
|
alert(thrownError);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user