mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
fix: Add base_url to the audio notification file (#4116)
This commit is contained in:
committed by
GitHub
parent
647efa12e7
commit
3c3b6f90c7
@@ -119,7 +119,8 @@ export const IFrameHelper = {
|
||||
},
|
||||
|
||||
setupAudioListeners: () => {
|
||||
getAlertAudio().then(() =>
|
||||
const { baseUrl = '' } = window.$chatwoot;
|
||||
getAlertAudio(baseUrl).then(() =>
|
||||
initOnEvents.forEach(event => {
|
||||
document.removeEventListener(
|
||||
event,
|
||||
|
||||
Reference in New Issue
Block a user