mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-07 03:00:20 -04:00
Remove bootstrapDependency function. Closes #1069
This commit is contained in:
@@ -43,7 +43,7 @@ bootstrapPage <- function(..., title = NULL, responsive = NULL, theme = NULL) {
|
||||
# remainder of tags passed to the function
|
||||
list(...)
|
||||
),
|
||||
bootstrapDependency()
|
||||
bootstrapLib()
|
||||
)
|
||||
}
|
||||
|
||||
@@ -61,10 +61,6 @@ bootstrapPage <- function(..., title = NULL, responsive = NULL, theme = NULL) {
|
||||
#' @inheritParams bootstrapPage
|
||||
#' @export
|
||||
bootstrapLib <- function(theme = NULL) {
|
||||
attachDependencies(tagList(), bootstrapDependency(theme))
|
||||
}
|
||||
|
||||
bootstrapDependency <- function(theme = NULL) {
|
||||
htmlDependency("bootstrap", "3.3.6",
|
||||
c(
|
||||
href = "shared/bootstrap",
|
||||
|
||||
Reference in New Issue
Block a user