File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 70
70
<label for = ' Activism' >Activism</label ></li >
71
71
<li class = ' lato' ><input type = ' radio' name = ' f' value = ' Voting' id = ' Voting' />
72
72
<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 >
75
75
<li class = ' lato' ><input type = ' radio' name = ' f' value = ' PoliticalGroups' id = ' PoliticalGroups' />
76
76
<label for = ' PoliticalGroups' >Political Groups</label ></li >
77
77
<li class = ' lato' ><input type = ' radio' name = ' f' value = ' Games' id = ' Games' />
159
159
return d .activism ;
160
160
case ' Voting' :
161
161
return d .voting ;
162
- case ' Phonebank ' :
163
- return d .phonebank ;
162
+ case ' Calling ' :
163
+ return d .calling ;
164
164
case ' PoliticalGroups' :
165
165
return d .polgroups ;
166
166
case ' Games' :
@@ -266,7 +266,7 @@ function (d) {
266
266
info: d .info == " 1" ,
267
267
activism: d .activism == " 1" ,
268
268
voting: d .voting == " 1" ,
269
- phonebank : d .phonebank == " 1" ,
269
+ calling : d .calling == " 1" ,
270
270
polgroups: d .polgroups == " 1" ,
271
271
games: d .games == " 1" ,
272
272
isNew: d .isNew == " 1"
You can’t perform that action at this time.
0 commit comments