Fixed path to shim css file
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user