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