로그아웃 되었을 경우 무한히 호출하는 버그 수정
This commit is contained in:
@@ -80,6 +80,11 @@ function showOldMsg(msgType){
|
||||
|
||||
function redrawMsg(deferred, addFront){
|
||||
function checkClear(obj){
|
||||
if(!obj.result){
|
||||
var t = $.Deferred();
|
||||
t.reject();
|
||||
return t;
|
||||
}
|
||||
if(!obj.keepRecent){
|
||||
var t = $.Deferred();
|
||||
$('.msg_plate').detach();
|
||||
|
||||
Reference in New Issue
Block a user