We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fdc11 commit 6b34797Copy full SHA for 6b34797
ui.R
@@ -14,7 +14,9 @@ shinyUI(fluidPage(theme = shinytheme('lumen'),
14
gtag('config', 'G-08PL1XMYLD');")),
15
# includeScript("www/js/googleAnalytics.js")),
16
includeCSS('www/style.css'),
17
- extendShinyjs(script = 'js/shinyjsFunctions.js',functions = c('changeTree',
+ # in the latest version www isn't needed but I have not updated the packages in the
18
+ # shiny server
19
+ extendShinyjs(script = 'www/js/shinyjsFunctions.js',functions = c('changeTree',
20
'open',
21
'deselect',
22
'setDefaultTree',
0 commit comments