소스 검색

Clears external connect data after using it

master
hristoterezov 9 년 전
부모
커밋
0970fdd7e7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      connection.js

+ 1
- 0
connection.js 파일 보기

31
         var attachOptions = window.XMPPAttachInfo.data;
31
         var attachOptions = window.XMPPAttachInfo.data;
32
         if(attachOptions) {
32
         if(attachOptions) {
33
             connection.attach(attachOptions);
33
             connection.attach(attachOptions);
34
+            delete window.XMPPAttachInfo.data;
34
         } else {
35
         } else {
35
             connection.connect({id, password});
36
             connection.connect({id, password});
36
         }
37
         }

Loading…
취소
저장