diff options
author | adityacp | 2020-10-24 16:42:10 +0530 |
---|---|---|
committer | adityacp | 2020-10-24 16:42:10 +0530 |
commit | 8747c671d87418be83c8c6b9849e2962cdbb0715 (patch) | |
tree | 73027483efd30183390e3d4f06a87634993ce01c /yaksh/templates/base.html | |
parent | 430c8d1480d897e9fc0dc328bad173642d0a2946 (diff) | |
download | online_test-8747c671d87418be83c8c6b9849e2962cdbb0715.tar.gz online_test-8747c671d87418be83c8c6b9849e2962cdbb0715.tar.bz2 online_test-8747c671d87418be83c8c6b9849e2962cdbb0715.zip |
Improve lesson statistics
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r-- | yaksh/templates/base.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 2cc607c..a108f8c 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -54,14 +54,9 @@ <!-- To automatically render math in text elements, include the auto-render extension: --> <script defer src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/contrib/auto-render.min.js" integrity="sha384-mll67QQFJfxn0IYznZYonOWZ644AWYC+Pt2cHqMaRhXVrursRwvLnLaebdGIlYNa" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script> - + <script src="https://cdn.plot.ly/plotly-latest.min.js"></script> <script> new WOW().init(); - $(document).ready(function() { - $(".alert").delay(2000).slideUp(200, function() { - $(this).alert('close'); - }); - }); </script> {% block script %} {% endblock %} |