Fix tapi search

This commit is contained in:
2021-11-30 14:34:29 +01:00
parent bbe20d6351
commit 933b445ed6
2 changed files with 10 additions and 7 deletions

View File

@ -9,7 +9,7 @@ console.log('script start')
const search = new Search()
// eslint-disable-next-line no-undef
waitForKeyElements('div.nav-search', (element) => { search.createSearchWindow(element) }, true)
waitForKeyElements('ongoing-call-button', (element) => { search.createSearchWindow(element) }, true)
const callNotification = new CallNotification()
// eslint-disable-next-line no-undef