|
@@ -3830,7 +3830,9 @@ export default {
|
|
|
}
|
|
}
|
|
|
window.openCourseSettings = () => this.openCourseSettings();
|
|
window.openCourseSettings = () => this.openCourseSettings();
|
|
|
window.setCourseUrl = function(){
|
|
window.setCourseUrl = function(){
|
|
|
|
|
+ console.log(this.courseUrl)
|
|
|
this.courseUrl = ''
|
|
this.courseUrl = ''
|
|
|
|
|
+ console.log(this.courseUrl)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
};
|
|
};
|