Merge pull request #233 from FongWan/default.hbs-jquery-v1.12.0-patch

Update JQuery to v1.12.0 on 'default.hbs'
This commit is contained in:
John O'Nolan 2016-01-23 11:05:45 +02:00
commit 84148db8eb
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}}