forked from External/greenlight
		
	fix guest join
This commit is contained in:
		@@ -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);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user