Skip to content

Commit

Permalink
Fixed form input example selector
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikeshrv committed Feb 3, 2024
1 parent 011e95a commit ed49dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/form-equation-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</table>
</form>
<script>
MJXGUI.createEquationInput('#equation');
MJXGUI.createEquationInput('.equation-input');
</script>
<script>
function findGetParameter(parameterName) {
Expand Down

0 comments on commit ed49dff

Please sign in to comment.