๐
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var param = "chapterNo=0101¤t_frame_count=1¤tPosition="+ 13245+'&courseCd=HLSC60332&takeCourseSeq=40116154&_'+$.now(); | |
$.get('ProgressSave.aspx',param,function(data){ | |
if(data=="N"){ | |
alert('๋ค๋ฅธ ์์น์์ ๋ก๊ทธ์ธ ๋์์ต๋๋ค. ํ์ต์ด ์ข ๋ฃ๋๋ฉฐ ๋ก๊ทธ์์๋ฉ๋๋ค.'); | |
top.close(); | |
} | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
GET_ALL_POSTS, | |
GET_POSTS, | |
POST_POST, | |
PUT_POST, | |
DELETE_POST, | |
POST_VOTE_POST, | |
} from '../actions/ActionTypes'; | |
const INITIAL_STATE = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var data = JSON.stringify({ | |
"from": { | |
"type": "user", | |
"id": "gnujoow.kim@gmail.com" | |
}, | |
"body": "Hey" | |
}); | |
var xhr = new XMLHttpRequest(); | |
xhr.withCredentials = true; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
box-sizing: border-box; | |
background: #fff; | |
font-family: "Roboto", sans-serif !important; | |
font-family: "Noto Sans KR", Hevetica, "Apple SD Gothic Neo", "์ ํ SD ์ฐ๋๊ณ ๋ Neo", "๋ง์ ๊ณ ๋", "Malgun Gothic", Ngothic, Arial, sans-serif; | |
} | |
/* grid */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Code */ | |
code, | |
pre { | |
font-family: Menlo, Monaco, "Courier New", monospace; | |
} | |
code { | |
padding: .25em .5em; | |
font-size: 85%; | |
color: #bf616a; | |
background-color: #f9f9f9; |