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

Commit d508d23

Browse files
committed
prettier
1 parent aae6b14 commit d508d23

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

runestone/activecode/js/activecode.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,9 +1222,8 @@ Yet another is that there is an internal error. The internal error message is:
12221222
let urDivid = this.divid + "_unit_results";
12231223
if (
12241224
$(this.outerDiv).find(`#${urDivid}`).length == 0 &&
1225-
$(this.outerDiv).find(
1226-
`#${urDivid}_offscreen_unit_results`
1227-
).length == 0
1225+
$(this.outerDiv).find(`#${urDivid}_offscreen_unit_results`)
1226+
.length == 0
12281227
) {
12291228
let urResults = document.getElementById(urDivid);
12301229
this.outerDiv.appendChild(urResults);

0 commit comments

Comments
 (0)