no whitespace
This commit is contained in:
@@ -74,7 +74,7 @@ export default {
|
|||||||
if (navigator.userAgent.includes("iPhone")) {
|
if (navigator.userAgent.includes("iPhone")) {
|
||||||
return (
|
return (
|
||||||
"https://qr.vipps.no/28/2/01/031/47" +
|
"https://qr.vipps.no/28/2/01/031/47" +
|
||||||
this.phone +
|
this.phone.replace(/ /g, "") +
|
||||||
"?v=1&m=" +
|
"?v=1&m=" +
|
||||||
this.message +
|
this.message +
|
||||||
"&a=" +
|
"&a=" +
|
||||||
@@ -84,7 +84,7 @@ export default {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
"https://qr.vipps.no/28/2/01/031/47" +
|
"https://qr.vipps.no/28/2/01/031/47" +
|
||||||
this.phone +
|
this.phone.replace(/ /g, "") +
|
||||||
"?v=1&m=" +
|
"?v=1&m=" +
|
||||||
this.message
|
this.message
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user