hotfix: fix cloud-iox user feedback reporting tags
parent
999f6d601f
commit
49b95e6f3a
|
@ -9,7 +9,7 @@ const pageData = {
|
||||||
host: location.hostname,
|
host: location.hostname,
|
||||||
path: location.pathname,
|
path: location.pathname,
|
||||||
product: pathArr[0],
|
product: pathArr[0],
|
||||||
version: (/^v\d/.test(pathArr[1]) || pathArr[1] === "cloud" ? pathArr[1].replace(/^v/, '') : "n/a"),
|
version: (/^v\d/.test(pathArr[1]) || pathArr[1].includes('cloud') ? pathArr[1].replace(/^v/, '') : "n/a"),
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hijack form submission and send feedback data to be stored.
|
// Hijack form submission and send feedback data to be stored.
|
||||||
|
|
Loading…
Reference in New Issue