We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfa382 commit 833cd12Copy full SHA for 833cd12
R/shiny_run_mocaredd.R
@@ -147,10 +147,11 @@ shiny_run_mocaredd <- function(...) {
147
shinyjs::useShinyjs(),
148
shinyWidgets::useSweetAlert(),
149
shiny.i18n::usei18n(i18n),
150
+ tags$head(includeHTML("plausible.html")),
151
tags$head(
- # Load Plausible tracker
152
- tags$script(src="plausible.js"),
153
- # Custom event handler for Shiny + Plausible
+ ## Load Plausible tracker
+ # tags$script(src="plausible.js"),
154
+ ## Custom event handler for Shiny + Plausible
155
tags$script(HTML(js_plausible_event))
156
),
157
tags$head(tags$script(HTML(js_activate_tab))),
www/plausible.js www/plausible.htmlwww/plausible.js renamed to www/plausible.html
0 commit comments