Merge pull request #37 from zach-chai/fix_guest_join

fix guest join
This commit is contained in:
Zachary Chai 2016-11-15 16:49:27 -05:00 committed by GitHub
commit 878f72cc56
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
jqxhr.done(function(data) {
if (data.messageKey === 'wait_for_moderator') {
waitForModerator(url);
waitForModerator(Meeting.getInstance().getURL());
} else {
$(location).attr("href", data.response.join_url);
}