forked from External/greenlight
fixes for html5 support
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
jqxhr.done(function(data) {
|
||||
if (data.messageKey === 'wait_for_moderator') {
|
||||
waitForModerator(Meeting.getInstance().getURL());
|
||||
} else {
|
||||
} else if (data.messageKey === 'ok') {
|
||||
$(location).attr("href", data.response.join_url);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user