Updated write_error

This commit is contained in:
Sheng
2018-10-13 08:52:32 +08:00
parent daa2402167
commit 9aebb6e4e3
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ jQuery(function($){
}
var msg = resp.responseJSON;
if (msg.status) {
if (!msg.id) {
log_status(msg.status);
state = DISCONNECTED;
return;