diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-016/communication.js b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-016/communication.js index 0c5ca4b5b..3796fd0e6 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-016/communication.js +++ b/gemp-lotr/gemp-lotr-async/src/main/web/js/gemp-016/communication.js @@ -13,7 +13,7 @@ var GempLotrCommunication = Class.extend({ var errorStatus = "" + xhr.status; if (errorMap != null && errorMap[errorStatus] != null) errorMap[errorStatus](xhr, status, request); - else + else if (""+xhr.status != "200") that.failure(xhr, status, request); }; },