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

Commit 5896e89

Browse files
author
Xinying329
committed
Update activecode.js
1 parent d3c8160 commit 5896e89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

runestone/activecode/js/activecode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ export class ActiveCode extends RunestoneBase {
648648
$(this.timestampP).text(`${curVal} - ${pos + 1} of ${outOf}`);
649649
this.logBookEvent({
650650
event: "activecode",
651-
act: "slide" + curVal,
651+
act: "slide:" + curVal,
652652
div_id: this.divid,
653653
});
654654
};

0 commit comments

Comments
 (0)