removed experiment forcing code
This commit is contained in:
parent
101b9feb78
commit
7d41296a71
1 changed files with 0 additions and 7 deletions
|
|
@ -214,13 +214,6 @@ function navigateToUrl(url, optionalQuery = {}) {
|
|||
externalUrl.searchParams.append(queryKey, optionalQuery[queryKey]);
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
// TEMP CODE FOR TESTING WITH SPECIFIC EXPERIMENTS //
|
||||
/////////////////////////////////////////////////////
|
||||
if (externalUrl.search.indexOf("corid=") != -1)
|
||||
externalUrl.search = externalUrl.search + '&experiments=CollectEmailOnQuote=CollectEmailOnQuote_V1=YesCollectEmail_TEST1=true,RemoveServiceAreaPage=ServAreaRemoval_V7=ServAreaNoRemove_V7_TEST=true,VINeducationV2=VINeducation_V2=NoShowVINmodalV2_CONTROL=true,ServicePackages=ServicePackages_V1=NoShowPackages_CONTROL=true,PhotoUploadRedesign=PhotoUploadRedesign_V1=CurrentPhotoUpload_CONTROL=true,ScheduleDetailsServiceType=ScheduleBeforeServiceType_V1=ServTypeThenSched_CONTROL=true';
|
||||
///////////// END TEMP CODE /////////////////////////
|
||||
|
||||
window.location.assign(externalUrl);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue