diff --git a/global.R b/global.R
index 75ea68b..523abde 100644
--- a/global.R
+++ b/global.R
@@ -18,7 +18,7 @@ library(memoise)
 library(shinythemes)
 library(DT)
 library(shinyjs)
-library(shinyTree)
+library(shinyTree) # version 0.2.7. selecting all boxes under a parent is broken in the latest version
 library(glue)
 library(limma)
 library(readr)
diff --git a/ui.R b/ui.R
index 6a60613..303888e 100644
--- a/ui.R
+++ b/ui.R
@@ -14,9 +14,7 @@ shinyUI(fluidPage(theme = shinytheme('lumen'),
                             gtag('config', 'G-08PL1XMYLD');")),
                             # includeScript("www/js/googleAnalytics.js")),
                   includeCSS('www/style.css'),
-                  # in the latest version www isn't needed but I have not updated the packages in the
-                  # shiny server
-                  extendShinyjs(script = 'www/js/shinyjsFunctions.js',functions = c('changeTree',
+                  extendShinyjs(script = 'js/shinyjsFunctions.js',functions = c('changeTree',
                                                                 'open',
                                                                 'deselect',
                                                                 'setDefaultTree',