Skip to content

Instantly share code, notes, and snippets.

@cionman
Last active November 28, 2017 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cionman/bb1128e0647461d6604e84e10f47a6a6 to your computer and use it in GitHub Desktop.
Save cionman/bb1128e0647461d6604e84e10f47a6a6 to your computer and use it in GitHub Desktop.
초대 기능 모달 창 설정
<script>
/**
* Dom 로딩 후 동작
*/
document.addEventListener('DOMContentLoaded', function() {
//FirebaseChat 클래스 초기화
window.fbChat = new FirebaseChat();
//다운로드 프로그레스 팝업 modal 설정
$('#dnModal').modal();
//채팅방 초대 modal 설정
$('#dvAddUser').modal();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment