Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Fixing the MN voter registration link #122

Merged
merged 1 commit into from
Sep 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/js/stateSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var stateWebsites = [
{ "state": "LA", "website": "http://www.sos.la.gov/ElectionsAndVoting/Pages/OnlineVoterRegistration.aspx?ref=voteusa" },
{ "state": "MA", "website": "https://www.sec.state.ma.us/ovr/?ref=voteusa" },
{ "state": "MD", "website": "https://voterservices.elections.state.md.us/OnlineVoterRegistration?ref=voteusa" },
{ "state": "MN", "website": "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationStep1.aspx?ref=voteusa" },
{ "state": "MN", "website": "https://mnvotes.sos.state.mn.us/VoterRegistration/VoterRegistrationMain.aspx?ref=voteusa" },

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.

{ "state": "MO", "website": "http://www.sos.mo.gov/elections/goVoteMissouri/register?ref=voteusa" },
{ "state": "NE", "website": "https://www.nebraska.gov/apps-sos-voter-registration/?ref=voteusa" },
{ "state": "NM", "website": "https://portal.sos.state.nm.us/OVR/(S(4hlbisjwvitf2uufzogfckge))/WebPages/InstructionsStep1.aspx?ref=voteusa" },
Expand Down