summaryrefslogtreecommitdiff
path: root/public/views/slide.ejs
diff options
context:
space:
mode:
authorWu Cheng-Han2016-07-30 12:19:42 +0800
committerWu Cheng-Han2016-07-30 12:19:42 +0800
commit65cff038a38815f3ccd1b81b3443801d16fba116 (patch)
tree4a63ac0bfb63c2c9b3452dc131f9bada1b7ebdc2 /public/views/slide.ejs
parent3a5bda306734141e15131b20d96aeb67f80760ce (diff)
Update bootstrap to 3.3.7 and jQuery to 3.1.0 with related patches
Diffstat (limited to '')
-rw-r--r--public/views/slide.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/slide.ejs b/public/views/slide.ejs
index 5f6f8b0a..eb50a39c 100644
--- a/public/views/slide.ejs
+++ b/public/views/slide.ejs
@@ -54,7 +54,7 @@
MathJax.Hub.Config({ messageStyle: "none", skipStartupTypeset: true ,tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']], processEscapes: true }});
</script>
<% if(useCDN) { %>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/velocity/1.2.3/velocity.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/3.6.1/js-yaml.min.js" defer></script>
<script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" defer></script>