Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/jquery.html
blob: aa6d2fd15cb3f1d1195cd8362deeaed2d639f291 (plain) (blame)
1
2
3
4
5
{% if site.minified_externals %}
  <script src="https://code.jquery.com/jquery-{{ site.jquery_version }}.min.js"></script>
{% else %}
  <script src="https://code.jquery.com/jquery-{{ site.jquery_version }}.js"></script>
{% endif %}