Discussion #5426 updated and returned to https://cdnjs.com/

Updated and styles tested - reload.js needs still testing?
This commit is contained in:
Leigh Pointer
2025-07-30 12:53:59 +02:00
parent 1b78c9ad81
commit 6c0e2a62e7
2 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@ namespace [Owner].Theme.[Theme]
ContainerSettingsType = "[Owner].Theme.[Theme].ContainerSettings, [Owner].Theme.[Theme].Client.Oqtane",
Resources = new List<Resource>()
{
// obtained from https://www.jsdelivr.com/
// obtained from https://cdnjs.com/libraries
new Script(Constants.BootstrapStylesheetUrl, Constants.BootstrapStylesheetIntegrity, "anonymous"),
new Resource { ResourceType = ResourceType.Stylesheet, Url = "~/Theme.css" },
new Script(Constants.BootstrapScriptUrl, Constants.BootstrapScriptIntegrity, "anonymous")