We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e7764 commit d548754Copy full SHA for d548754
1 file changed
index.html
@@ -63,10 +63,11 @@
63
<input type="button" id="reset-plot-button" value="Reset plot">
64
<script src="js/events/reset_button.js"></script>
65
<div style="display: block; margin-top: 5px;">
66
- <label for="enable-tooltips" id="enable-tooltips-label">Enable tooltips</label>
+ <label for="enable-tooltips-checkbox" id="enable-tooltips-label">Enable tooltips</label>
67
<input id="enable-tooltips-checkbox" type="checkbox">
68
<script src="js/tooltips.js"></script>
69
</div>
70
+ </div>
71
72
73
0 commit comments