Skip to content
Merged
Show file tree
Hide file tree
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 content/data-features/cooling-info/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var content = [
{
"optionID": 1,
"copy": "Yes",
"message": "When it's hot outside or the air quality is unhealthy, listen to your body and check in on vulnerable friends, family, or neighbors. Be ready to change plans if you need to move to a safer place.",
"message": "When it's hot outside or the air quality is unhealthy, listen to your body and check in on vulnerable friends, family, or neighbors. Be ready to change plans if you need to move to a safer place. <a href='https://www.nyc.gov/site/doh/providers/emergency-prep/heat-and-medications.page'>Learn more about how some medications can impact your heat sensitivity.</a>",
"setVariable": "sensitive('Yes')",
"goTo": 2
},
Expand Down
2 changes: 1 addition & 1 deletion content/data-features/cooling-info/cooling-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ function runFinal() {
console.log('We are reviewing your data')

document.getElementById('finalInfo').classList.remove('hide')
// document.getElementById('testInfo').classList.remove('hide')
document.getElementById('testInfo').classList.remove('hide')

var finalMessageText = document.getElementById('finalMessages')
finalMessageText.innerHTML = ''
Expand Down
Loading