Skip to content

Commit

Permalink
Update jQuery to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
c0shea committed Mar 24, 2018
1 parent e126b30 commit de6a40f
Show file tree
Hide file tree
Showing 11 changed files with 2,180 additions and 1,632 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ by [Abdullah Almsaeed](https://almsaeedstudio.com/).
| Font Awesome | 4.7.0 | [GitHub](https://github.com/FortAwesome/Font-Awesome)
| iCheck | 1.0.1 | [GitHub](https://github.com/fronteed/iCheck/)
| Inputmask | 3.3.11 | [GitHub](http://github.com/RobinHerbots/jquery.inputmask)
| jQuery | 2.2.4 | [GitHub](https://github.com/jquery/jquery)
| jQuery | 3.3.1 | [GitHub](https://github.com/jquery/jquery)
| Moment.js | 2.21.0 | [GitHub](https://github.com/moment/moment/)
| slimScroll | 1.3.8 | [GitHub](https://github.com/rochal/jQuery-slimScroll)
| WebHelpers.Mvc5 | 1.2.0 | [GitHub](https://github.com/c0shea/WebHelpers.Mvc5)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="TemplatePackage.Connor O'Shea.945572d8-ea94-41dd-99f9-bfe94e941972" Version="4.1.0" Language="en-US" Publisher="Connor O'Shea" />
<Identity Id="TemplatePackage.Connor O'Shea.945572d8-ea94-41dd-99f9-bfe94e941972" Version="4.2.0" Language="en-US" Publisher="Connor O'Shea" />
<DisplayName>AdminLTE Template</DisplayName>
<Description xml:space="preserve">A C# ASP.NET MVC Project Template for Visual Studio using the popular AdminLTE Bootstrap Template by Abdullah Almsaeed.</Description>
<MoreInfo>https://github.com/c0shea/AdminLTE-Template</MoreInfo>
Expand Down
4 changes: 2 additions & 2 deletions src/AdminLTE Template/AdminLTE Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@
<Content Include="Content\js\plugins\bootstrap-select\bootstrap-select.js" />
<Content Include="Content\js\plugins\bootstrap-select\bootstrap-select.min.js" />
<Content Include="Content\js\plugins\datepicker\bootstrap-datepicker.min.js" />
<Content Include="Content\js\plugins\jquery\jquery-3.3.1.js" />
<Content Include="Content\js\plugins\jquery\jquery-3.3.1.min.js" />
<Content Include="Content\js\plugins\moment\moment.js" />
<Content Include="packages.tt">
<Generator>TextTemplatingFileGenerator</Generator>
Expand Down Expand Up @@ -207,8 +209,6 @@
<Content Include="Content\js\plugins\icheck\icheck.min.js" />
<Content Include="Content\js\plugins\inputmask\jquery.inputmask.bundle.js" />
<Content Include="Content\js\plugins\inputmask\jquery.inputmask.bundle.min.js" />
<Content Include="Content\js\plugins\jquery\jquery-2.2.4.js" />
<Content Include="Content\js\plugins\jquery\jquery-2.2.4.min.js" />
<Content Include="Content\js\plugins\moment\moment.min.js" />
<Content Include="Content\js\plugins\slimscroll\jquery.slimscroll.js" />
<Content Include="Content\js\plugins\slimscroll\jquery.slimscroll.min.js" />
Expand Down
4 changes: 2 additions & 2 deletions src/AdminLTE Template/AdminLTE Template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
<ProjectItem>jquery.inputmask.bundle.min.js</ProjectItem>
</Folder>
<Folder Name="jquery">
<ProjectItem>jquery-2.2.4.js</ProjectItem>
<ProjectItem>jquery-2.2.4.min.js</ProjectItem>
<ProjectItem>jquery-3.3.1.js</ProjectItem>
<ProjectItem>jquery-3.3.1.min.js</ProjectItem>
</Folder>
<Folder Name="moment">
<ProjectItem>moment.js</ProjectItem>
Expand Down
4 changes: 2 additions & 2 deletions src/AdminLTE Template/AdminLTE Template.vstemplate
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
<ProjectItem>jquery.inputmask.bundle.min.js</ProjectItem>
</Folder>
<Folder Name="jquery">
<ProjectItem>jquery-2.2.4.js</ProjectItem>
<ProjectItem>jquery-2.2.4.min.js</ProjectItem>
<ProjectItem>jquery-3.3.1.js</ProjectItem>
<ProjectItem>jquery-3.3.1.min.js</ProjectItem>
</Folder>
<Folder Name="moment">
<ProjectItem>moment.js</ProjectItem>
Expand Down
2 changes: 1 addition & 1 deletion src/AdminLTE Template/App_Start/BundleConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public static void RegisterBundles(BundleCollection bundles)
.Include("~/Content/css/skins/skin-blue.css"));

bundles.Add(new ScriptBundle("~/Bundles/js")
.Include("~/Content/js/plugins/jquery/jquery-2.2.4.js")
.Include("~/Content/js/plugins/jquery/jquery-3.3.1.js")
.Include("~/Content/js/plugins/bootstrap/bootstrap.js")
.Include("~/Content/js/plugins/fastclick/fastclick.js")
.Include("~/Content/js/plugins/slimscroll/jquery.slimscroll.js")
Expand Down

This file was deleted.

Loading

0 comments on commit de6a40f

Please sign in to comment.