Skip to content

Commit

Permalink
Update jQuery version
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta committed Jul 21, 2018
1 parent 9ab08cc commit 182f3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.blocks/jquery/__config/jquery__config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ provide(/** @exports */{
* URL for loading jQuery if it does not exist
* @type {String}
*/
url : 'https://yastatic.net/jquery/3.1.0/jquery.min.js'
url : 'https://yastatic.net/jquery/3.2.1/jquery.min.js'
});

});
2 changes: 1 addition & 1 deletion desktop.blocks/jquery/__config/jquery__config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ provide(
objects.extend(
base,
{
url : 'https://yastatic.net/jquery/1.12.3/jquery.min.js'
url : 'https://yastatic.net/jquery/1.12.4/jquery.min.js'
}) :
base);

Expand Down

0 comments on commit 182f3f0

Please sign in to comment.