From: Sarven Capadisli Date: Tue, 9 Jun 2009 00:09:44 +0000 (+0000) Subject: Removed 404 test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d9e5cda35d466ac1a428fffb72cc142922d4c211;p=quix0rs-gnu-social.git Removed 404 test --- diff --git a/js/util.js b/js/util.js index 44c3002cd5..23abba6c26 100644 --- a/js/util.js +++ b/js/util.js @@ -178,7 +178,7 @@ $(document).ready(function(){ $('#form_notice').append(document._importNode($(".error", xhr.responseXML).get(0), true)); } else { - var HTTP20x30x = [200, 404, 201, 202, 203, 204, 205, 206, 300, 301, 302, 303, 304, 305, 306, 307]; + var HTTP20x30x = [200, 201, 202, 203, 204, 205, 206, 300, 301, 302, 303, 304, 305, 306, 307]; if(jQuery.inArray(parseInt(xhr.status), HTTP20x30x) < 0) { alert("Sorry! We had trouble sending your notice ("+xhr.status+" "+xhr.statusText+"). Please report the problem to the site administrator if this happens again."); }