Adds you're about to leave this page warning.
This commit is contained in:
parent
f701381ffb
commit
30426f971f
1
app.js
1
app.js
|
@ -668,5 +668,4 @@ function closePageWarning() {
|
||||||
return "You are the owner of this conference call and you are about to end it.";
|
return "You are the owner of this conference call and you are about to end it.";
|
||||||
else
|
else
|
||||||
return "You are about to leave this conversation.";
|
return "You are about to leave this conversation.";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue