mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-31 19:17:48 +00:00
chore: Use different files for widget and dashboard audio alert (#4637)
This commit is contained in:
@@ -121,7 +121,7 @@ export const IFrameHelper = {
|
||||
|
||||
setupAudioListeners: () => {
|
||||
const { baseUrl = '' } = window.$chatwoot;
|
||||
getAlertAudio(baseUrl).then(() =>
|
||||
getAlertAudio(baseUrl, 'widget').then(() =>
|
||||
initOnEvents.forEach(event => {
|
||||
document.removeEventListener(
|
||||
event,
|
||||
|
||||
Reference in New Issue
Block a user