forked from p81075629/datagear
解决Firefox中cometd连接可能会被用户请求中断导致无故Error提示的问题
This commit is contained in:
parent
5203be62f4
commit
c942bdeb7f
|
@ -3163,6 +3163,7 @@
|
|||
;
|
||||
else
|
||||
{
|
||||
/* 在firefox中,cometd连接有可能会被用户操作请求中断,导致莫名其妙地弹出错误提示,因此把此处代码禁用
|
||||
var msg = (jqXHR.statusText || "Error");
|
||||
|
||||
if(errorThrown && errorThrown.message)
|
||||
|
@ -3174,6 +3175,7 @@
|
|||
}
|
||||
|
||||
$.tipError(msg);
|
||||
*/
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue