Skip to content

Commit

Permalink
Merge 1b74f84 into 9ab08cc
Browse files Browse the repository at this point in the history
  • Loading branch information
tadatuta authored Jul 20, 2018
2 parents 9ab08cc + 1b74f84 commit 5b567f3
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 5b567f3

Please sign in to comment.