Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 7516b66

Browse files
committed
clarify what is provided for course_name
1 parent 711033c commit 7516b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/common/js/runestonebase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default class RunestoneBase {
7070
return;
7171
}
7272
let post_return;
73-
eventInfo.course = eBookConfig.course;
73+
eventInfo.course_name = eBookConfig.course;
7474
eventInfo.clientLoginStatus = eBookConfig.isLoggedIn;
7575
eventInfo.timezoneoffset = new Date().getTimezoneOffset() / 60;
7676
if (this.percent) {

0 commit comments

Comments
 (0)