Skip to content

Commit

Permalink
Merge pull request #67 from agoravoting/public-urls
Browse files Browse the repository at this point in the history
Public urls
  • Loading branch information
Findeton committed Sep 20, 2017
2 parents 7ec7ffe + e29d27f commit 9545a64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ angular.module('avBooth')
var message = p.social_message;
message = message.replace(
'__URL__',
window.location.protocol + '//' + window.location.host + '/election/' + scope.election.id + '/public/login'
window.location.protocol + '//' + window.location.host + '/election/' + scope.election.id + '/public/home'
);

if('Facebook' === p.network) {
Expand Down

0 comments on commit 9545a64

Please sign in to comment.