Skip to content

Commit

Permalink
Update jQuery to 2.2.4
Browse files Browse the repository at this point in the history
Fixes some warnings in the console
  • Loading branch information
dregad committed Jul 4, 2016
1 parent 7aa2e1b commit 181f582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion top.php
Expand Up @@ -33,7 +33,7 @@

<!--[if !IE]> -->
<script type="text/javascript">
window.jQuery || document.write("<script src='https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js'>"+"<"+"/script>");
window.jQuery || document.write("<script src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js'>"+"<"+"/script>");
</script>
<!-- <![endif]-->

Expand Down

0 comments on commit 181f582

Please sign in to comment.