-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove jsdelivr links and replace them with hosted scripts instead
- Loading branch information
Showing
8 changed files
with
10,504 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,10 +31,6 @@ | |
<link rel="icon" type="image/png" href="favicon.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="favicon.png" sizes="96x96"> | ||
<link href="_content/Blazored.Typeahead/blazored-typeahead.css" rel="stylesheet" /> | ||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous"> | ||
|
||
|
||
<link href="_content/Blazorise/blazorise.css" rel="stylesheet" /> | ||
<link href="_content/Blazorise.Bootstrap/blazorise.bootstrap.css" rel="stylesheet" /> | ||
|
||
|
@@ -43,7 +39,7 @@ | |
|
||
<link href="css/dark.css" rel="stylesheet" /> | ||
<!-- This is the glue between Blazor and Chart.js --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.1/moment.min.js"></script> | ||
<script src="js/moment.min.js"></script> | ||
|
||
<!-- Load the Twitch embed script --> | ||
<script src="https://embed.twitch.tv/embed/v1.js"></script> | ||
|
@@ -277,19 +273,19 @@ | |
</script> | ||
<script src="_framework/blazor.server.js"></script> | ||
<script src="_content/Blazored.Typeahead/blazored-typeahead.js"></script> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> | ||
@*<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>*@ | ||
<script src="js/jquery.min.js"></script> | ||
|
||
|
||
<!-- inside of body section and after the div/app tag --> | ||
<!-- These are the standard js dependencies this provider tipically dependes upon, but Blazorise deems these as optional as Blazorise Components should work correctly without these --> | ||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-VHvPCCyXqtD5DqJeNxl2dtTyhF78xXNXdkwX1CZeRusQfRKp+tA7hAShOK/B/fQ2" crossorigin="anonymous"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.7.1/chart.min.js"></script> | ||
<script src="js/jquery.slim.min.js"></script> | ||
<script src="js/popper.min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
<script src="js/chart.min.js"></script> | ||
|
||
<script> | ||
if (window.matchMedia("(prefers-color-scheme:dark)").matches){ | ||
document.querySelector("body").classList.toggle("dark-mode",true); | ||
if (window.matchMedia("(prefers-color-scheme:dark)").matches) { | ||
document.querySelector("body").classList.toggle("dark-mode", true); | ||
} else { | ||
document.querySelector("body").classList.toggle("light-mode", true); | ||
} | ||
|
10,467 changes: 10,461 additions & 6 deletions
10,467
src/RavenNest.Blazor/wwwroot/css/bootstrap/bootstrap.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.