diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-21 12:32:45 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-10-21 12:32:45 -0400 |
commit | 12c06afe144b06d26d69b10c3527ec1d2c90bdca (patch) | |
tree | 367a2998ed9cce2149e9f3cea03a85c55925a759 /src/SMAPI.Web/Views/Index | |
parent | 2430b9c4ef755f5fcfb062e6c11570ad05211b73 (diff) | |
download | SMAPI-12c06afe144b06d26d69b10c3527ec1d2c90bdca.tar.gz SMAPI-12c06afe144b06d26d69b10c3527ec1d2c90bdca.tar.bz2 SMAPI-12c06afe144b06d26d69b10c3527ec1d2c90bdca.zip |
update & standardise CDN script references
Diffstat (limited to 'src/SMAPI.Web/Views/Index')
-rw-r--r-- | src/SMAPI.Web/Views/Index/Index.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/Index/Index.cshtml b/src/SMAPI.Web/Views/Index/Index.cshtml index 6eb82e64..a5a82121 100644 --- a/src/SMAPI.Web/Views/Index/Index.cshtml +++ b/src/SMAPI.Web/Views/Index/Index.cshtml @@ -4,7 +4,7 @@ @model StardewModdingAPI.Web.ViewModels.IndexModel @section Head { <link rel="stylesheet" href="~/Content/css/index.css?r=20180615" /> - <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" crossorigin="anonymous"></script> + <script src="https://cdn.jsdelivr.net/npm/jquery@3.3.1/dist/jquery.min.js" crossorigin="anonymous"></script> <script src="~/Content/js/index.js?r=20180615"></script> } |