Skip to content

Commit

Permalink
removed old files
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Feb 25, 2022
1 parent 3c09d49 commit f40ac25
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 437 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ importFrom(htmltools,htmlDependency)
importFrom(htmltools,tags)
importFrom(htmltools,validateCssUnit)
importFrom(jsonlite,toJSON)
importFrom(shiny,addResourcePath)
importFrom(shiny,icon)
importFrom(shiny,registerInputHandler)
importFrom(shiny,restoreInput)
Expand Down
3 changes: 1 addition & 2 deletions R/onLoad.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#' Adds the content of assets/ to shinytreeview/
#'
#' @importFrom shiny addResourcePath registerInputHandler
#' @importFrom shiny registerInputHandler
#' @noRd
#'
.onLoad <- function(...) {
shiny::addResourcePath("shinytreeview", system.file("assets", package = "shinytreeview"))
shiny::registerInputHandler("treeview.name", function(data, ...) {
if (is.null(data) || length(data) < 1) {
NULL
Expand Down
202 changes: 0 additions & 202 deletions inst/assets/bootstrap-treeview/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion inst/assets/bootstrap-treeview/bootstrap-treeview.min.css

This file was deleted.

1 change: 0 additions & 1 deletion inst/assets/bootstrap-treeview/bootstrap-treeview.min.js

This file was deleted.

Loading

0 comments on commit f40ac25

Please sign in to comment.