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

Commit 1711488

Browse files
committed
Remove call in timed exam to add hist
1 parent bf0d3a3 commit 1711488

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

runestone/activecode/js/timed_activecode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ var TimedActiveCodeMixin = {
1313
timedInit: async function (opts) {
1414
this.isTimed = true;
1515
this.hideButtons();
16-
await this.addHistoryScrubber(true); // position last
1716
this.needsReinitialization = true; // the run button click listener needs to be reinitialized
1817
this.containerDiv.classList.add("timedComponent");
1918
window.edList[this.divid] = this;

0 commit comments

Comments
 (0)