Skip to content

Commit

Permalink
Fixing Alert on closing modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dpessoa committed Oct 7, 2020
1 parent febe5a0 commit d7d75bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/rooms/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -906,11 +906,11 @@ function closePagingModal() {
'style',
'display:none;'
);
alert('Thanks, IMC team was paged and it’s working hard to fix the issue');
}

function pageImcTeam() {
closePagingModal();
alert('Thanks, IMC team was paged and it’s working hard to fix the issue');
const message = `Paging IMC Team, help needed in Room: ${window.location.href}`;
const serviceReq = {
name: 'pagerServices',
Expand Down

0 comments on commit d7d75bc

Please sign in to comment.