Skip to content

Commit

Permalink
Commenting in cookies.R
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Feb 12, 2024
1 parent 2b7c422 commit 02c068d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/cookies.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ dfe_cookie_script <- function() {
"dist/js.cookie.min.js"
)
),
tags$script(src = "cookie-consent.js")
tags$script(src = "cookie-consent.js") # Tried using a copy in the repo
# here, but it all stopped working at that point.
)
}

Expand Down

0 comments on commit 02c068d

Please sign in to comment.