Skip to content

Instantly share code, notes, and snippets.

@fronteer-kr
Last active August 29, 2015 14:03
Show Gist options
  • Save fronteer-kr/c095e8468bb11f1ae621 to your computer and use it in GitHub Desktop.
Save fronteer-kr/c095e8468bb11f1ae621 to your computer and use it in GitHub Desktop.
PAGE = {
AUTH: { read_cmt: true, write_cmt: true },
// AUTH : !{JSON.stringify(page_auth)},
COMMENT: true,
onOpen: function () {
fnInit();
},
onClose: function () {
return "변경사항이 있습니다." // 페이지 빠져 나가지전 확인
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment