Skip to content

Commit

Permalink
Fixed jquery link
Browse files Browse the repository at this point in the history
  • Loading branch information
johnroper100 committed Jul 8, 2016
1 parent 389ae14 commit 33dc6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dropplets/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ function get_header() { ?>

function get_footer() { ?>
<!-- jQuery & Required Scripts -->
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>

<?php if (PAGINATION_ON_OFF !== "off") { ?>
<!-- Post Pagination -->
Expand Down

0 comments on commit 33dc6b1

Please sign in to comment.