Created
December 18, 2018 07:32
-
-
Save incleaf/2f62f27b7360ca688867d259e91e5c08 to your computer and use it in GitHub Desktop.
대학교 안전교육 스킵
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
$.ajax({ | |
type: 'POST', | |
url: '/ushm/edu/contentsViewAviProcessCheckSub', | |
data: { | |
scheduleMemberProgressNo: window.location.href.match(/scheduleMemberProgressNo=(.*)/)[1], | |
currentTime: 3000, | |
isEnd: true, | |
isMobile: true | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment