Skip to content

Instantly share code, notes, and snippets.

@incleaf
Created December 18, 2018 07:32
Show Gist options
  • Save incleaf/2f62f27b7360ca688867d259e91e5c08 to your computer and use it in GitHub Desktop.
Save incleaf/2f62f27b7360ca688867d259e91e5c08 to your computer and use it in GitHub Desktop.
대학교 안전교육 스킵
$.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