defaultAjaxError: function(a, b, c) {
switch (b) {
case "abort":
return;
case "timeout":
XF.alert(XF.phrase("server_did_not_respond_in_time_try_again"));
return;
case "notmodified":
case "error":
if (!a || !a.responseText)
return
}
console.error("PHP: " + a.responseText);
XF.alert(XF.phrase("oops_we_ran_into_some_problems_more_details_console"))