Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions console/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@ function dtmfPressed(event, obj) {
return;
}
// Get the dtmf dialpad span
const dialpad = obj.closest('.icon-stack').querySelector('.dtmf-digits');
const dialpad = obj.closest('.button-stack').querySelector('.dtmf-digits');
// Get digit number
const digit = cell.innerHTML;
// Get ID of the radio this dialpad is for
Expand Down Expand Up @@ -3527,4 +3527,4 @@ function escapeRegExp(string) {
*/
function dbToGain(db) {
return Math.pow(10, db/20).toFixed(3);
}
}
4 changes: 2 additions & 2 deletions console/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ ion-icon {
width: 100px;
height: 90px;
margin-top: 120px;
margin-left: 48px;
margin-left: 24px;
text-align: center;
border-radius: 2px;
transition: all 0.25s ease;
Expand Down Expand Up @@ -1382,4 +1382,4 @@ ion-icon {
50% {
opacity: 1;
}
}
}
Loading