allenhzy commited on
Commit
d17ac5b
·
1 Parent(s): caaf80c
Files changed (1) hide show
  1. index.html +3 -0
index.html CHANGED
@@ -34,6 +34,7 @@
34
  <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
35
 
36
  <script>
 
37
  $('#adaptive-loss-formula-list').on('click', 'a', function(e) {
38
  e.preventDefault();
39
  if (!$(this).hasClass('selected')) {
@@ -48,6 +49,8 @@
48
  $(target).show(200);
49
  }
50
  });
 
 
51
  </script>
52
 
53
  <style type="text/css">
 
34
  <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
35
 
36
  <script>
37
+ $(document).ready(function(){
38
  $('#adaptive-loss-formula-list').on('click', 'a', function(e) {
39
  e.preventDefault();
40
  if (!$(this).hasClass('selected')) {
 
49
  $(target).show(200);
50
  }
51
  });
52
+
53
+ })
54
  </script>
55
 
56
  <style type="text/css">