From 923019e7dedb794825e07775dc39d95271588228 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 21 Feb 2018 21:41:28 +0900 Subject: [PATCH] update to jquery 3.3.1 (#1540) --- docs/_docs/17-javascript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/17-javascript.md b/docs/_docs/17-javascript.md index 6f5d4d8c..5e788c71 100644 --- a/docs/_docs/17-javascript.md +++ b/docs/_docs/17-javascript.md @@ -18,7 +18,7 @@ minimal mistakes | | | └── jquery.smooth-scroll.min.js # make same-page links scroll smoothly | | ├── vendor | | | └── jquery -| | | └── jquery-3.2.1.min.js +| | | └── jquery-3.3.1.min.js | | ├── _main.js # jQuery plugin settings and other scripts | | └── main.min.js # concatenated and minified scripts ``` @@ -35,7 +35,7 @@ You can also add scripts to the `` or closing `` elements by adding ```yaml head_scripts: - - https://code.jquery.com/jquery-3.2.1.min.js + - https://code.jquery.com/jquery-3.3.1.min.js - /assets/js/your-custom-head-script.js footer_scripts: - /assets/js/your-custom-footer-script.js