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) {
|
||||
event.preventDefault();
|
||||
try {
|
||||
c.close(true);
|
||||
delMedia(c.localId);
|
||||
c.close();
|
||||
} catch(e) {
|
||||
console.error(e);
|
||||
displayError(e);
|
||||
|
|
Loading…
Reference in a new issue