Skip to content

Commit b4af9ee

Browse files
save file
1 parent 89d216c commit b4af9ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

html/chat-room/chat-room.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,9 @@
209209
return;
210210
}
211211

212-
post.update.initial();
212+
if(result){
213+
post.update.initial();
214+
}
213215

214216
}//exit
215217

0 commit comments

Comments
 (0)