Merge pull request #1308 from Safelite/feature/skiener/CSR-1582-cleanup
CSR-1582 | Remove backwards compatibility code
This commit is contained in:
commit
b32ed586ba
1 changed files with 1 additions and 3 deletions
|
|
@ -135,9 +135,7 @@ async function getLatestPageForRedirection() {
|
||||||
if (scheduleComponent.methods.arePagePrerequisitesValid()) {
|
if (scheduleComponent.methods.arePagePrerequisitesValid()) {
|
||||||
return fmgPageValues.SCHEDULE;
|
return fmgPageValues.SCHEDULE;
|
||||||
} else if (serviceLocationComponent.methods.arePagePrerequisitesValid()) {
|
} else if (serviceLocationComponent.methods.arePagePrerequisitesValid()) {
|
||||||
// This should be reversed 45+ days after the 8.24 release (Sunday October 8th, 2023)
|
return fmgPageValues.SERVICE_LOCATION;
|
||||||
//return fmgPageValues.SERVICE_LOCATION;
|
|
||||||
return fmgPageValues.QUOTE;
|
|
||||||
} else if (quoteComponent.methods.arePagePrerequisitesValid()) {
|
} else if (quoteComponent.methods.arePagePrerequisitesValid()) {
|
||||||
return fmgPageValues.QUOTE;
|
return fmgPageValues.QUOTE;
|
||||||
} else if (capabilityQuestionsComponent.methods.arePagePrerequisitesValid()) {
|
} else if (capabilityQuestionsComponent.methods.arePagePrerequisitesValid()) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue