Skip to content

Commit

Permalink
Fix web analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
zgcarvalho authored Oct 11, 2023
1 parent 08b4e53 commit e34e97f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions kvfinder-web-portal/R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,6 @@ app_ui <- function(request) {
style = "display: flex; justify-content: center; width: 100%;"
),
# Add Cloudflare Web Analytics
tags$body(
HTML(
"<!-- Cloudflare Web Analytics --><script defer src=\"https://static.cloudflareinsights.com/beacon.min.js\" data-cf-beacon=\"{\"token\": \"3885c958deb74bfcbdfe31b04ae5e67f\"}\"></script><!-- End Cloudflare Web Analytics -->"
)
),
HTML('<!-- Cloudflare Web Analytics --><script defer src="https://static.cloudflareinsights.com/beacon.min.js" data-cf-beacon=\'{"token": "3885c958deb74bfcbdfe31b04ae5e67f"}\'></script><!-- End Cloudflare Web Analytics -->')
)
}

0 comments on commit e34e97f

Please sign in to comment.