diff options
author | Palaparthy Adityachandra | 2020-11-12 18:24:22 +0530 |
---|---|---|
committer | GitHub | 2020-11-12 18:24:22 +0530 |
commit | 0cf9c577125b400610bd51fff32d4a9de0dca946 (patch) | |
tree | 444d170232abb82d682cea4ad20c032944e462c1 /yaksh/templates/base.html | |
parent | 11a6ffba5da1501878109aa727cc9a8f55311af1 (diff) | |
parent | 7ccebf2cc79a2e5a20664f44577a4d8bc2635895 (diff) | |
download | online_test-0cf9c577125b400610bd51fff32d4a9de0dca946.tar.gz online_test-0cf9c577125b400610bd51fff32d4a9de0dca946.tar.bz2 online_test-0cf9c577125b400610bd51fff32d4a9de0dca946.zip |
Merge pull request #797 from adityacp/fix_video_issues
Fix video issues
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r-- | yaksh/templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 90a6299..a946c12 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -47,7 +47,6 @@ </script> <script type="text/javascript" src="{% static 'yaksh/js/toastr.min.js' %}"> </script> - <!-- The loading of KaTeX is deferred to speed up page rendering --> <script defer src="https://cdn.jsdelivr.net/npm/katex@0.12.0/dist/katex.min.js" integrity="sha384-g7c+Jr9ZivxKLnZTDUhnkOnsh30B4H0rpLUpJ4jAIKs4fnJI+sEnkvrMWph2EDg4" crossorigin="anonymous"></script> |