Skip to content

Commit

Permalink
DatePicker changes on Register screen
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitiscancerian committed Sep 15, 2015
1 parent db6c0ba commit 3d11ddb
Show file tree
Hide file tree
Showing 52 changed files with 17,354 additions and 9,999 deletions.
Binary file modified VGWagers.Tests/bin/Debug/VGWagers.Tests.dll
Binary file not shown.
Binary file modified VGWagers.Tests/bin/Debug/VGWagers.Tests.pdb
Binary file not shown.
Binary file modified VGWagers.Tests/bin/Debug/VGWagers.dll
Binary file not shown.
Binary file modified VGWagers.Tests/bin/Debug/VGWagers.pdb
Binary file not shown.
Binary file not shown.
Binary file modified VGWagers.Tests/obj/Debug/VGWagers.Tests.dll
Binary file not shown.
Binary file modified VGWagers.Tests/obj/Debug/VGWagers.Tests.pdb
Binary file not shown.
Binary file modified VGWagers.v12.suo
Binary file not shown.
13 changes: 11 additions & 2 deletions VGWagers/App_Start/BundleConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,28 @@ public static void RegisterBundles(BundleCollection bundles)
bundles.Add(new ScriptBundle("~/bundles/jqueryval").Include(
"~/Scripts/jquery.validate*"));

bundles.Add(new ScriptBundle("~/bundles/moment").Include(
"~/Scripts/moment*"));

// Use the development version of Modernizr to develop with and learn from. Then, when you're
// ready for production, use the build tool at http://modernizr.com to pick only the tests you need.
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
"~/Scripts/modernizr-*"));

bundles.Add(new ScriptBundle("~/bundles/bootstrap").Include(
"~/Scripts/bootstrap.js",
"~/Scripts/respond.js"));
"~/Scripts/respond.js",
"~/Scripts/bootstrap-datetimepicker.js",
"~/Scripts/bootstrap-datetimepicker.min.js"
));

bundles.Add(new StyleBundle("~/Content/css").Include(
"~/Content/bootstrap.css",
"~/Content/site.css",
"~/Content/zocial.css"));
"~/Content/zocial.css",
"~/Content/bootstrap-datetimepicker.css",
"~/Content/bootstrap-datetimepicker.min.css"
));
}
}
}
Loading

0 comments on commit 3d11ddb

Please sign in to comment.