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

Commit 64797b1

Browse files
committed
add comment
1 parent 183fd67 commit 64797b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runestone/common/js/presenter_mode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function presentToggle() {
3737
$("section .runestone").addClass(fullHeightClass);
3838
$(".ac-caption").addClass(bottomClass);
3939
localStorage.setItem("presentMode", presentClass);
40+
// presenter_mode.css is loaded by webpack
4041
//loadPresenterCss(); // present_mode.css should only apply when in presenter mode.
4142
activateExercise();
4243
}

0 commit comments

Comments
 (0)