Skip to content

Commit 833cd12

Browse files
committed
sorting out tracker
1 parent 1dfa382 commit 833cd12

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

R/shiny_run_mocaredd.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,11 @@ shiny_run_mocaredd <- function(...) {
147147
shinyjs::useShinyjs(),
148148
shinyWidgets::useSweetAlert(),
149149
shiny.i18n::usei18n(i18n),
150+
tags$head(includeHTML("plausible.html")),
150151
tags$head(
151-
# Load Plausible tracker
152-
tags$script(src="plausible.js"),
153-
# Custom event handler for Shiny + Plausible
152+
## Load Plausible tracker
153+
# tags$script(src="plausible.js"),
154+
## Custom event handler for Shiny + Plausible
154155
tags$script(HTML(js_plausible_event))
155156
),
156157
tags$head(tags$script(HTML(js_activate_tab))),
File renamed without changes.

0 commit comments

Comments
 (0)