Skip to content

Commit

Permalink
addResourcePath to the specific resources needed from shinyBS - other…
Browse files Browse the repository at this point in the history
…wise would not visualize "correctly" the nice popovers (they do not work on the server version)
  • Loading branch information
federicomarini committed Jun 5, 2024
1 parent c63aa7f commit ed1e647
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#' @importFrom shiny addResourcePath

.onLoad <- function(libname, pkgname) {
shiny::addResourcePath("sbs", system.file("www", package = "shinyBS"))
}

0 comments on commit ed1e647

Please sign in to comment.