File tree 4 files changed +15
-19
lines changed
4 files changed +15
-19
lines changed Original file line number Diff line number Diff line change @@ -363,3 +363,5 @@ ASALocalRun/
363
363
/StudentManagement /wwwroot /lib /jquery /core.js
364
364
/StudentManagement /Migrations
365
365
/StudentManagement /wwwroot /images
366
+ /StudentManagement /wwwroot /lib /jquery-validate
367
+ /StudentManagement /wwwroot /lib /jquery-validation-unobtrusive
Original file line number Diff line number Diff line change 32
32
</Content >
33
33
</ItemGroup >
34
34
35
- <ProjectExtensions ><VisualStudio ><UserProperties /></VisualStudio ></ProjectExtensions >
35
+ <ProjectExtensions ><VisualStudio ><UserProperties libman_1json__JSONSchema = " http://json.schemastore.org/mycode " /></VisualStudio ></ProjectExtensions >
36
36
37
37
</Project >
Original file line number Diff line number Diff line change 67
67
@RenderBody()
68
68
</div >
69
69
70
- <environment include =" Development" >
71
- <script src =" ~/lib/jquery/jquery.js" ></script >
72
- <script src =" ~/lib/twitter-bootstrap/js/bootstrap.js" ></script >
73
- </environment >
74
- <environment exclude =" Development" >
75
- <script src =" https://code.jquery.com/jquery-3.3.1.slim.min.js"
76
- asp-fallback-src =" ~/lib/jquery/jquery.js"
77
- asp-fallback-test =" window.jQuery"
78
- crossorigin =" anonymous"
79
- integrity =" sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" >
80
- </script >
81
- <script src =" https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
82
- asp-fallback-src =" ~/lib/twitter-bootstrap/js/bootstrap.js"
83
- asp-fallback-test =" window.jQuery && window.jQuery.fn && window.jQuery.fn.modal"
84
- crossorigin =" anonymous"
85
- integrity =" sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" >
86
- </script >
87
- </environment >
70
+ <script src =" ~/lib/jquery/jquery.js" asp-append-version =" true" ></script >
71
+ <script src =" ~/lib/jquery-validate/jquery.validate.js" asp-append-version =" true" ></script >
72
+ <script src =" ~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js" asp-append-version =" true" ></script >
73
+ <script src =" ~/lib/twitter-bootstrap/js/bootstrap.js" asp-append-version =" true" ></script >
88
74
89
75
@RenderSection( "Scripts", required: false)
90
76
</body >
Original file line number Diff line number Diff line change 9
9
{
10
10
11
11
"destination" : " wwwroot/lib/jquery/"
12
+ },
13
+ {
14
+
15
+ "destination" : " wwwroot/lib/jquery-validate"
16
+ },
17
+ {
18
+
19
+ "destination" : " wwwroot/lib/jquery-validation-unobtrusive"
12
20
}
13
21
]
14
22
}
You can’t perform that action at this time.
0 commit comments