Skip to content

Commit

Permalink
remove extra slash in html_dependency_bsswitch()
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Oct 8, 2020
1 parent b326ee4 commit afb956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ html_dependency_bsswitch <- function() {
name = "bootstrap-switch",
version = "3.3.4",
package = "shinyWidgets",
src = c(href = "shinyWidgets/bootstrap-switch/", file = "bootstrap-switch"),
src = c(href = "shinyWidgets/bootstrap-switch", file = "bootstrap-switch"),
script = "bootstrap-switch-3.3.4/bootstrap-switch.min.js",
stylesheet = "bootstrap-switch-3.3.4/bootstrap-switch.min.css"
)
Expand Down

0 comments on commit afb956a

Please sign in to comment.