Skip to content

Commit 87a24fc

Browse files
author
Stephen Miles
committed
Changed Phonebank to Calling to reflect google sheet change
1 parent 2011f46 commit 87a24fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/index.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
<label for='Activism'>Activism</label></li>
7171
<li class='lato'><input type='radio' name='f' value='Voting' id='Voting'/>
7272
<label for='Voting'>Voting</label></li>
73-
<li class='lato'><input type='radio' name='f' value='Phonebank' id='Phonebank'/>
74-
<label for='Phonebank'>Phonebank</label></li>
73+
<li class='lato'><input type='radio' name='f' value='Calling' id='Calling'/>
74+
<label for='Calling'>Calling</label></li>
7575
<li class='lato'><input type='radio' name='f' value='PoliticalGroups' id='PoliticalGroups'/>
7676
<label for='PoliticalGroups'>Political Groups</label></li>
7777
<li class='lato'><input type='radio' name='f' value='Games' id='Games'/>
@@ -159,8 +159,8 @@
159159
return d.activism;
160160
case 'Voting':
161161
return d.voting;
162-
case 'Phonebank':
163-
return d.phonebank;
162+
case 'Calling':
163+
return d.calling;
164164
case 'PoliticalGroups':
165165
return d.polgroups;
166166
case 'Games':
@@ -266,7 +266,7 @@ function (d) {
266266
info: d.info == "1",
267267
activism: d.activism == "1",
268268
voting: d.voting == "1",
269-
phonebank: d.phonebank == "1",
269+
calling: d.calling == "1",
270270
polgroups: d.polgroups == "1",
271271
games: d.games == "1",
272272
isNew: d.isNew == "1"

0 commit comments

Comments
 (0)