Skip to content

Commit

Permalink
Load JQuery locally
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiGr committed Sep 26, 2018
1 parent ff91f97 commit 463f8b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/head.html
Expand Up @@ -22,7 +22,7 @@
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/feeds/news.rss"/>

<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="{{ site.baseurl }}/js/jquery.min.js"></script>

<!-- Bootstrap -->
<link href="{{ site.baseurl }}/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion donate/index.html
Expand Up @@ -24,7 +24,7 @@
<link rel="icon" href="{{ site.baseurl }}/favicon.ico" type="icon" sizes="64x64" />

<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="{{ site.baseurl }}/js/jquery.min.js"></script>

<!-- Bootstrap -->
<link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet" />
Expand Down
2 changes: 1 addition & 1 deletion legal/index.html
Expand Up @@ -23,7 +23,7 @@
<link rel="icon" href="{{ site.baseurl }}/favicon.ico" type="icon" sizes="64x64" />

<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="{{ site.baseurl }}/js/jquery.min.js"></script>

<!-- Bootstrap -->
<link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet" />
Expand Down

0 comments on commit 463f8b3

Please sign in to comment.