Updates and LeafInput

This commit is contained in:
2016-01-13 21:56:22 -05:00
parent 79baded8b1
commit 048327666f
500 changed files with 80975 additions and 132 deletions
+6
View File
@@ -10,6 +10,12 @@ namespace LeafWeb.Web.App_Start
bundles.Add(new ScriptBundle("~/bundles/jquery").Include(
"~/scripts/jquery-{version}.js"));
bundles.Add(new ScriptBundle("~/bundles/forms").Include(
"~/scripts/jquery.validate.js",
"~/scripts/jquery.validate.unobtrusive.js",
"~/scripts/jquery.validate.unobtrusive.bootstrap.js",
"~/scripts/filebutton.js"));
//// 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(