Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Sep 27, 2024
1 parent 55c3ff5 commit a5b95d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions avBooth/success-screen-directive/success-screen-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,6 @@ angular.module('avBooth')
// redirects to next election
scope.goToNextElection = function () {
scope.setState(scope.stateEnum.electionChooserScreen, {});
/*if (scope.parentElection && scope.parentElection.logo_url) {
scope.election.logo_url = scope.parentElection.logo_url;
}*/
scope.setParentElection();
};

Expand Down

0 comments on commit a5b95d7

Please sign in to comment.