equation
Browse files- index.html +1 -1
index.html
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
33 |
|
34 |
<script>
|
35 |
-
$('#adaptive-loss-formula-list').on('click',
|
36 |
e.preventDefault();
|
37 |
if (!$(this).hasClass('selected')) {
|
38 |
|
|
|
32 |
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
33 |
|
34 |
<script>
|
35 |
+
$('#adaptive-loss-formula-list > a').on('click', function(e) {
|
36 |
e.preventDefault();
|
37 |
if (!$(this).hasClass('selected')) {
|
38 |
|