updated widget link
This commit is contained in:
parent
51e71a4d52
commit
c79e10ebed
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export default class CallWindow {
|
|||
}
|
||||
|
||||
// const baseHref = "https://static.openreplay.com/tracker-assist/test"
|
||||
const baseHref = 'https://static.openreplay.com/tracker-assist/4.0.0'
|
||||
const baseHref = 'https://static.openreplay.com/tracker-assist/widget'
|
||||
// this.load = fetch(this.callUITemplate || baseHref + '/index2.html')
|
||||
this.load = fetch(this.callUITemplate || baseHref + '/index.html')
|
||||
.then((r) => r.text())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue