Update confirmation.vue
Back to Safelite button redirecting to environment content site.
This commit is contained in:
parent
496afe17d8
commit
c6a50eb67d
1 changed files with 1 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ export default {
|
||||||
return serviceLocationReqs && scheduleReqs && customerReqs;
|
return serviceLocationReqs && scheduleReqs && customerReqs;
|
||||||
},
|
},
|
||||||
forwardButtonAction() {
|
forwardButtonAction() {
|
||||||
window.location.assign("//www.safelite.com/");
|
window.location.assign(location.protocol + "//" + location.host);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue