You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2018/05/11 09:34:15 UTC

[openmeetings] branch master updated: code clean-up

This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ebacca  code clean-up
8ebacca is described below

commit 8ebacca9349467c6a0dbc0768ea1a19bf0b45543
Author: Maxim Solodovnik <so...@gmail.com>
AuthorDate: Fri May 11 16:34:13 2018 +0700

    code clean-up
---
 .../src/main/java/org/apache/openmeetings/web/room/room-base.js        | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/room-base.js b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/room-base.js
index 2a9f1f5..fb7fe36 100644
--- a/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/room-base.js
+++ b/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/room-base.js
@@ -177,9 +177,6 @@ var Room = (function() {
 			WbArea.destroy();
 			window.WbArea = undefined;
 		}
-		if (typeof(VideoManager) === 'object') {
-			VideoManager.destroy();
-		}
 		if (typeof(VideoSettings) === 'object') {
 			VideoSettings.close();
 		}

-- 
To stop receiving notification emails like this one, please contact
solomax@apache.org.