Fixed ZC status change

This commit is contained in:
2021-11-30 13:39:44 +01:00
parent ad5c8ece12
commit b83cef625a
2 changed files with 93 additions and 69 deletions

View File

@ -21,4 +21,4 @@ waitForKeyElements('.call-history-list call', (element) => { callHistory.showCal
const status = new Status()
// eslint-disable-next-line no-undef
waitForKeyElements('#status-change', (element) => { status.showStatus(element) }, false)
waitForKeyElements('wc-account-menu', (element) => { status.showStatus(element) }, false)