Skip to content

Commit

Permalink
πŸ› μˆ˜κ°•μΈμ› 쑰회 κΈ°λŠ₯이 λ™μž‘ν•˜μ§€ μ•Šλ˜ 였λ₯˜ ν•΄κ²° (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbsp1221 committed Aug 12, 2023
1 parent 47c9a0a commit 86a77b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/syllabus.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default () => {

axios.post('CultureOptOneInfo.do', appModule.$data)
.then(function (response) {
if (response.data.cultureOpt === null) {
if (!Boolean(response.data.cultureOpt)) {
window.open('https://klas.kw.ac.kr/std/cps/atnlc/popup/LectrePlanStdView.do?selectSubj=' + selectSubj, '', 'width=1000, height=800, scrollbars=yes, title=κ°•μ˜κ³„νšμ„œ 쑰회');
}
else {
Expand Down

0 comments on commit 86a77b7

Please sign in to comment.