Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 499740a

Browse files
reorder script tags for jquery dependency
1 parent 110a796 commit 499740a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_includes/layouts/head.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,22 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66

77

8+
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
9+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
10+
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
11+
crossorigin="anonymous"></script>
12+
813
{% if page.language != "python" %}
914
<!-- code highlighting -->
1015
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js"></script>
1116
<script>hljs.initHighlightingOnLoad();</script>
1217
{% endif %}
13-
18+
1419
{% if page.language == "plotly_js" or page.language == "r" or page.language == "ggplot2" %}
1520
<!-- Plotly.js -->
1621
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
1722
{% endif %}
18-
23+
1924
{% if page.language == "r" or page.language == "ggplot2" %}
2025
<script src="/all_static/r_files/r_dependencies.js"></script>
2126
{% endif %}
@@ -45,10 +50,5 @@
4550
<!-- META TAGS -->
4651
{% include layouts/seo.html %}
4752

48-
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
49-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
50-
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
51-
crossorigin="anonymous"></script>
52-
5353

5454
</head>

0 commit comments

Comments
 (0)