svg loader

This commit is contained in:
2026-03-27 11:00:10 +01:00
parent 2886ab6522
commit b47debeef2
8 changed files with 103 additions and 14 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ waitForKeyElements('call-view', (element) => { callNotification.showCallNotifica
const callHistory = new CallHistory()
// eslint-disable-next-line no-undef
waitForKeyElements('.call-history-list call', (element) => { callHistory.showCallHistory(element) }, false)
waitForKeyElements('call', (element) => { callHistory.showCallHistory(element) }, false)
const status = new Status()
// eslint-disable-next-line no-undef