Update JQuery to v1.12.0 on 'default.hbs'

Changelog: https://blog.jquery.com/2016/01/08/jquery-2-2-and-1-12-released/
This commit is contained in:
Fong-Wan Chau 2016-01-22 12:44:49 -04:00
parent a5591f03ce
commit fd7967cb2f
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
</div>
{{!-- jQuery needs to come before `{{ghost_foot}}` so that jQuery can be used in code injection --}}
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
{{! Ghost outputs important scripts and data with this tag }}
{{ghost_foot}}