Fix call notification
This commit is contained in:
parent
9e5d93bad2
commit
bbe20d6351
@ -3,7 +3,7 @@ import { axios, extractNumber } from './utils'
|
||||
|
||||
export class CallNotification {
|
||||
public async showCallNotification (element: HTMLElement) {
|
||||
var number = element.dataset.id
|
||||
var number = element.querySelector('.callNumber').textContent
|
||||
console.log('TAPI call notification', number)
|
||||
|
||||
number = extractNumber(number)
|
||||
|
Loading…
x
Reference in New Issue
Block a user