creativecommons / termination-of-transfer

Termination of Transfer tool
https://rightsback.org/questionnaire/
GNU Affero General Public License v3.0
24 stars 31 forks source link

Update questions.js #104

Closed briannaschofield closed 7 years ago

briannaschofield commented 7 years ago

(UC Irvine edits)

rheaplex commented 7 years ago

The JavaScript strings for the questions generally use single quotes 'like this' (as opposed to double quotes "like this"). Which means if we put an apostrophe in the string 'it's like this', we confuse JavaScript. Some of the new strings do contain apostrophes. This is easy enough to fix so I'm merging the changes and will then just escape the quotes 'it\'s like this' then push the results.