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

Commit 7a99f90

Browse files
authored
Merge pull request #1197 from bjones1/bookserver
Fix: Use consistant naming between ajax and db tables.
2 parents ea93387 + e10e7e8 commit 7a99f90

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
@@ -84,7 +84,7 @@ export default class RunestoneBase {
8484
return;
8585
}
8686
let post_return;
87-
eventInfo.course = eBookConfig.course;
87+
eventInfo.course_name = eBookConfig.course;
8888
eventInfo.clientLoginStatus = eBookConfig.isLoggedIn;
8989
eventInfo.timezoneoffset = new Date().getTimezoneOffset() / 60;
9090
if (this.percent) {

0 commit comments

Comments
 (0)