Fixed path to shim css file

This commit is contained in:
2026-02-05 10:56:05 +00:00
parent ee77807d6e
commit c58830441b

View File

@@ -103,9 +103,9 @@ FrameApplication <- R6::R6Class(
if (private$withBS4) { if (private$withBS4) {
# Attach boostrap 4 css shim # Attach boostrap 4 css shim
if (getOption("shiny.minified", TRUE)) { if (getOption("shiny.minified", TRUE)) {
css <- "bootstrap-4-shim.min.css" css <- "css/bootstrap-4-shim.min.css"
} else { } else {
css <- "bootstrap-4-shim.css" css <- "css/bootstrap-4-shim.css"
} }
uiDeps <- htmltools::htmlDependency( uiDeps <- htmltools::htmlDependency(
"AVSDevR.ShinyApplication", "AVSDevR.ShinyApplication",