解决Firefox中cometd连接可能会被用户请求中断导致无故Error提示的问题

This commit is contained in:
datagear 2019-08-03 14:30:15 +08:00
parent 5203be62f4
commit c942bdeb7f
1 changed files with 2 additions and 0 deletions

View File

@ -3163,6 +3163,7 @@
;
else
{
/* firefoxcometd
var msg = (jqXHR.statusText || "Error");
if(errorThrown && errorThrown.message)
@ -3174,6 +3175,7 @@
}
$.tipError(msg);
*/
}
}
};