source: PostgreSqlDotnetCore/Areas/Identity/Pages/_ValidationScriptsPartial.cshtml@ 2aea0fd

main
Last change on this file since 2aea0fd was 2aea0fd, checked in by ElenaMoskova <elena.moskova99@…>, 2 months ago

init commit Elena

  • Property mode set to 100644
File size: 1.2 KB
Line 
1<environment include="Development">
2 <script src="~/Identity/lib/jquery-validation/dist/jquery.validate.js"></script>
3 <script src="~/Identity/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"></script>
4</environment>
5<environment exclude="Development">
6 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.17.0/jquery.validate.min.js"
7 asp-fallback-src="~/Identity/lib/jquery-validation/dist/jquery.validate.min.js"
8 asp-fallback-test="window.jQuery && window.jQuery.validator"
9 crossorigin="anonymous"
10 integrity="sha384-rZfj/ogBloos6wzLGpPkkOr/gpkBNLZ6b6yLy4o+ok+t/SAKlL5mvXLr0OXNi1Hp">
11 </script>
12 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validation-unobtrusive/3.2.11/jquery.validate.unobtrusive.min.js"
13 asp-fallback-src="~/Identity/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"
14 asp-fallback-test="window.jQuery && window.jQuery.validator && window.jQuery.validator.unobtrusive"
15 crossorigin="anonymous"
16 integrity="sha384-R3vNCHsZ+A2Lo3d5A6XNP7fdQkeswQWTIPfiYwSpEP3YV079R+93YzTeZRah7f/F">
17 </script>
18</environment>
Note: See TracBrowser for help on using the repository browser.