forked from External/greenlight
commit
878f72cc56
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
jqxhr.done(function(data) {
|
jqxhr.done(function(data) {
|
||||||
if (data.messageKey === 'wait_for_moderator') {
|
if (data.messageKey === 'wait_for_moderator') {
|
||||||
waitForModerator(url);
|
waitForModerator(Meeting.getInstance().getURL());
|
||||||
} else {
|
} else {
|
||||||
$(location).attr("href", data.response.join_url);
|
$(location).attr("href", data.response.join_url);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue