mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Fix hander for shared screen close button.
This commit is contained in:
parent
86b6c71ca0
commit
a20741408c
1 changed files with 1 additions and 2 deletions
|
@ -1527,8 +1527,7 @@ function registerControlHandlers(media, container, c) {
|
||||||
stop.onclick = function(event) {
|
stop.onclick = function(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
try {
|
try {
|
||||||
c.close(true);
|
c.close();
|
||||||
delMedia(c.localId);
|
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
displayError(e);
|
displayError(e);
|
||||||
|
|
Loading…
Reference in a new issue