diff options
author | ankitjavalkar | 2020-11-04 18:00:56 +0530 |
---|---|---|
committer | GitHub | 2020-11-04 18:00:56 +0530 |
commit | 2371058b9cf8fd953e8e089ac51702475a102ff7 (patch) | |
tree | 1764959aca48f835be56c0819cddd286aeb8b4df /yaksh/templates/base.html | |
parent | 81f96a24954d375ab32ab8dfb1ee8aba299655c6 (diff) | |
parent | aef2589eadaf7f3252e281286ab1bb83e690ba6a (diff) | |
download | online_test-2371058b9cf8fd953e8e089ac51702475a102ff7.tar.gz online_test-2371058b9cf8fd953e8e089ac51702475a102ff7.tar.bz2 online_test-2371058b9cf8fd953e8e089ac51702475a102ff7.zip |
Merge pull request #784 from adityacp/improve_lesson_stats
Improve lesson statistics
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r-- | yaksh/templates/base.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 4fa12c7..cba56cb 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -52,6 +52,7 @@ <script defer src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.js" integrity="sha384-g7c+Jr9ZivxKLnZTDUhnkOnsh30B4H0rpLUpJ4jAIKs4fnJI+sEnkvrMWph2EDg4" crossorigin="anonymous"></script> <!-- To automatically render math in text elements, include the auto-render extension: --> + <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> <script defer src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/contrib/auto-render.min.js" integrity="sha384-mll67QQFJfxn0IYznZYonOWZ644AWYC+Pt2cHqMaRhXVrursRwvLnLaebdGIlYNa" crossorigin="anonymous"> </script> @@ -67,9 +68,6 @@ ] } ); - $(".alert").delay(2000).slideUp(200, function() { - $(this).alert('close'); - }); }); </script> {% block script %} |