Removed code for autoclose as the bbb session will be open in the same tab/window

This commit is contained in:
jfederico
2016-10-18 13:56:54 -04:00
parent cd867f9e20
commit f8ff8cdd28
3 changed files with 9 additions and 8 deletions

View File

@ -57,8 +57,6 @@ $(document).ready(function($) {
$(location).attr("href", data.response.join_url);
},
error : function(xhr, status, error) {
console.info(status);
console.info(error);
},
complete : function(xhr, status) {
}