mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 14:40:47 +02:00
Merge pull request #5223 from overleaf/jpa-fix-annual-plan-codes
[web] de-ng plans page: fix plan codes for annual plans GitOrigin-RevId: f8d94e8c495d9917267adf73e4d75bbd4f5264b2
This commit is contained in:
@@ -60,7 +60,7 @@ function updateLinkTargets() {
|
||||
|
||||
const plan = el.getAttribute('data-ol-start-new-subscription')
|
||||
const view = el.getAttribute('data-ol-item-view') || currentView
|
||||
const suffix = view === 'annual' ? `_annual` : `_free_trial_7_days`
|
||||
const suffix = view === 'annual' ? `-annual` : `_free_trial_7_days`
|
||||
const planCode = `${plan}${suffix}`
|
||||
|
||||
const location = el.getAttribute('data-ol-location')
|
||||
|
||||
Reference in New Issue
Block a user