summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r--yaksh/templates/base.html7
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 %}