Skip to content

Commit

Permalink
#1329 Include jQuery 2.1.4 in Luna
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick committed Jul 27, 2015
1 parent e2269ea commit 9f3ec09
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion backstage/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
?>
</div>
</div>
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="../include/js/vendor/jquery.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>
Expand Down
5 changes: 5 additions & 0 deletions include/js/vendor/jquery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/Fifteen/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="include/css/prism.css" />
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="include/js/vendor/jquery.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="include/js/vendor/prism.js"></script>
<?php load_meta(); ?>
Expand Down
2 changes: 1 addition & 1 deletion themes/Lands/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="include/css/prism.css" />
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="include/js/vendor/jquery.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="include/js/vendor/prism.js"></script>
<?php load_meta(); ?>
Expand Down
2 changes: 1 addition & 1 deletion themes/Sunrise/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="include/css/prism.css" />
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>
<script src="include/js/vendor/jquery.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="include/js/vendor/prism.js"></script>
<?php load_meta(); ?>
Expand Down

0 comments on commit 9f3ec09

Please sign in to comment.