Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Jun 24, 2024
1 parent 955a1b2 commit 4a4e2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avBooth/booth-directive/booth-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ angular.module('avBooth')
let hasGracefulPeriod = presentation &&
presentation.extra_options &&
presentation.extra_options.allow_voting_end_graceful_period;
sessionStorage.setItem("hasGracefulPeriod", hasGracefulPeriod? "true": "false");
window.sessionStorage.setItem("hasGracefulPeriod", hasGracefulPeriod? "true": "false");

if (presentation.theme && presentation.theme !== ConfigService.theme) {
$("#theme").attr("href", "booth/themes/" + presentation.theme + "/app.min.css");
Expand Down

0 comments on commit 4a4e2a9

Please sign in to comment.