Skip to content

Commit

Permalink
Merge pull request #38 from herodevs/staging
Browse files Browse the repository at this point in the history
fix(): product_interest values didn't match
  • Loading branch information
eduardoRoth authored Jun 26, 2024
2 parents c1bcf4e + 79e184d commit 905d283
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions scripts/helpers/hubspot.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@
document.location.href = './form-submitted-partners-thank-you';
} else if (isOnURL('/blog-posts/')) {
document.location.href = '../form-submitted-newsletter-signup';
} else if (isOnURL('/vulnerability-directory/')) {
document.location.href = '../vulnerability-alerts-signup';
} else if (isOnURL('/vulnerability-directory')) {
document.location.href = './vulnerability-alerts-signup';
} else if (isOnURL('support/disclosures')) {
Expand Down
4 changes: 2 additions & 2 deletions scripts/pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ function initializeProductsDefinition() {
]
},
vue: {
interest: 'Vue NES',
interest: 'Vue 2 NES',
toggle: {
element: document.querySelector('#vue-toggle'),
select: () => {}
Expand Down Expand Up @@ -1058,7 +1058,7 @@ function initializeProductsDefinition() {
]
},
nesDrupal: {
interest: 'Drupal NES',
interest: 'Drupal 7 NES',
toggle: {
element: document.querySelector('#drupal-toggle'),
},
Expand Down

0 comments on commit 905d283

Please sign in to comment.