File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Mvc/ViewCompilation/testassets/SimpleApp/Views/Shared Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
<link rel =" stylesheet" href =" ~/css/site.css" />
11
11
</environment >
12
12
<environment names =" Staging,Production" >
13
- <link rel =" stylesheet" href =" https://ajax.aspnetcdn .com/ajax /bootstrap/3.4.1/css/bootstrap.min.css"
13
+ <link rel =" stylesheet" href =" https://stackpath.bootstrapcdn .com/bootstrap/3.4.1/css/bootstrap.min.css"
14
14
asp-fallback-href =" ~/lib/bootstrap/dist/css/bootstrap.min.css"
15
15
asp-fallback-test-class =" sr-only" asp-fallback-test-property =" position" asp-fallback-test-value =" absolute" />
16
16
<link rel =" stylesheet" href =" ~/css/site.min.css" asp-append-version =" true" />
55
55
asp-fallback-src =" ~/lib/jquery/dist/jquery.min.js"
56
56
asp-fallback-test =" window.jQuery" >
57
57
</script >
58
- <script src =" https://ajax.aspnetcdn .com/ajax/ bootstrap/3.4.1/bootstrap.min.js"
58
+ <script src =" https://stackpath.bootstrapcdn .com/bootstrap/3.4.1/js /bootstrap.min.js"
59
59
asp-fallback-src =" ~/lib/bootstrap/dist/js/bootstrap.min.js"
60
60
asp-fallback-test =" window.jQuery && window.jQuery.fn && window.jQuery.fn.modal" >
61
61
</script >
You can’t perform that action at this time.
0 commit comments