Skip to content

Commit

Permalink
remove problematic boolean for showing footer in embed
Browse files Browse the repository at this point in the history
  • Loading branch information
ballPointPenguin committed Feb 13, 2025
1 parent 8fdfec5 commit af5756c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client-participation/js/util/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,6 @@ function userCanSeeFooter() {
var params = parseQueryParams(window.location.search);
var ucsf = params.ucsf;
ucsf = (ucsf === "true" || ucsf === "1" || _.isUndefined(ucsf));
if (!ucsf) {
ucsf = true;
}
return ucsf;
}

Expand Down

0 comments on commit af5756c

Please sign in to comment.