From: Ben Beltran Date: Mon, 6 Apr 2020 22:01:55 +0000 (+0200) Subject: Add a unique id for each link X-Git-Url: https://git.r.bdr.sh/rbdr/crowdantine/commitdiff_plain/636c2ad49bd1a4cfdba7e8c6a75691819cc2fdc1?hp=6c43b90f4ac8ae47cd26076db44e912891673e77 Add a unique id for each link --- diff --git a/index.html b/index.html index 077a8e0..bc3f8b6 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ var generateProposalHTML = function(proposal) { var listItem = document.createElement('li'); - listItem.innerHTML = proposal.title + ' (' + proposal.total_occurrences + ' votes) I agree. ' + listItem.innerHTML = proposal.title + ' (' + proposal.total_occurrences + ' votes) I agree. ' return listItem; };