Skip to content

Commit

Permalink
Rolling back to the local cookie-consent.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Feb 12, 2024
1 parent 1cdc9f7 commit 2050c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/cookies.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dfe_cookie_script <- function() {
"dist/js.cookie.min.js"
)
),
tags$script(src = "https://raw.githubusercontent.com/dfe-analytical-services/dfeshiny/cookie-module/js/cookie-consent.js")
tags$script(src = "cookie-consent.js")
)
}

Expand Down

0 comments on commit 2050c47

Please sign in to comment.