Skip to content

Commit

Permalink
Upgrade jQuery from 2.1.4 to 2.2.4 in Dashboard UI
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Apr 9, 2021
1 parent e52e0bf commit 94f7f62
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 0 additions & 4 deletions src/Hangfire.Core/Dashboard/Content/js/jquery-2.1.4.min.js

This file was deleted.

4 changes: 4 additions & 0 deletions src/Hangfire.Core/Dashboard/Content/js/jquery-2.2.4.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Hangfire.Core/Dashboard/DashboardRoutes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static class DashboardRoutes
{
private static readonly string[] Javascripts =
{
"jquery-2.1.4.min.js",
"jquery-2.2.4.min.js",
"bootstrap.min.js",
"moment.min.js",
"moment-with-locales.min.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Hangfire.Core/Hangfire.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<EmbeddedResource Include="Dashboard\Content\js\bootstrap.min.js" />
<EmbeddedResource Include="Dashboard\Content\js\hangfire.js" />
<EmbeddedResource Include="Dashboard\Content\js\moment.min.js" />
<EmbeddedResource Include="Dashboard\Content\js\jquery-2.1.4.min.js" />
<EmbeddedResource Include="Dashboard\Content\js\jquery-2.2.4.min.js" />
<EmbeddedResource Include="Dashboard\Content\js\moment-with-locales.min.js" />
<EmbeddedResource Include="Dashboard\Content\js\Chart.min.js" />
<EmbeddedResource Include="Dashboard\Content\js\chartjs-plugin-streaming.min.js" />
Expand Down

0 comments on commit 94f7f62

Please sign in to comment.