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

Commit 9e9ac35

Browse files
committed
add todo
1 parent 0748a38 commit 9e9ac35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runestone/activecode/js/activecode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,7 @@ export class ActiveCode extends RunestoneBase {
587587
// If this is timed and already taken we should restore history info
588588
this.renderScrubber();
589589
} else {
590+
// TODO: If the user is not logged in there is no point in getting history
590591
let request = new Request(
591592
`${eBookConfig.new_server_prefix}/assessment/gethist`,
592593
{

0 commit comments

Comments
 (0)