Skip to content

Commit 6b34797

Browse files
committed
revert custom js path change
1 parent 31fdc11 commit 6b34797

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ shinyUI(fluidPage(theme = shinytheme('lumen'),
1414
gtag('config', 'G-08PL1XMYLD');")),
1515
# includeScript("www/js/googleAnalytics.js")),
1616
includeCSS('www/style.css'),
17-
extendShinyjs(script = 'js/shinyjsFunctions.js',functions = c('changeTree',
17+
# 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',
1820
'open',
1921
'deselect',
2022
'setDefaultTree',

0 commit comments

Comments
 (0)