Skip to content

Commit 6e0c5ac

Browse files
committed
added comments
1 parent 2b0e545 commit 6e0c5ac

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

v3/embedding-demo.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@
4646

4747
<div id="happyDiv"></div>
4848

49-
<p>This one tests your knowledge</p>
49+
50+
<!-- popup question dialog code from Brad Miller -->
51+
<p>This one tests your knowledge:</p>
5052
<div id="bradsDiv"></div>
5153

5254
<div id="bradsDiv_modal" class="basic-modal-content">

v3/js/pytutor.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3133,6 +3133,8 @@ function isOutputLineVisibleForBubbles(lineDivID) {
31333133
}
31343134

31353135

3136+
// popup question dialog code from Brad Miller
3137+
31363138
// inputId is the ID of the input element
31373139
// divId is the div that containsthe visualizer
31383140
// answer is a dotted form of an attribute that lives in the curEntry of the trace

0 commit comments

Comments
 (0)