| 
				
			 | 
			
			
				
				@@ -5,6 +5,7 @@ import { connect as reactReduxConnect } from 'react-redux'; 
			 | 
		
		
	
		
			
			| 
				5
			 | 
			
				5
			 | 
			
			
				
				  
			 | 
		
		
	
		
			
			| 
				6
			 | 
			
				6
			 | 
			
			
				
				 import { connect, disconnect } from '../../base/connection'; 
			 | 
		
		
	
		
			
			| 
				7
			 | 
			
				7
			 | 
			
			
				
				 import { Watermarks } from '../../base/react'; 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				8
			 | 
			
			
				
				+import { FeedbackButton } from '../../feedback'; 
			 | 
		
		
	
		
			
			| 
				8
			 | 
			
				9
			 | 
			
			
				
				  
			 | 
		
		
	
		
			
			| 
				9
			 | 
			
				10
			 | 
			
			
				
				 /** 
			 | 
		
		
	
		
			
			| 
				10
			 | 
			
				11
			 | 
			
			
				
				  * For legacy reasons, inline style for display none. 
			 | 
		
		
	
	
		
			
			| 
				
			 | 
			
			
				
				@@ -83,9 +84,9 @@ class Conference extends Component { 
			 | 
		
		
	
		
			
			| 
				83
			 | 
			
				84
			 | 
			
			
				
				                     className = 'toolbar' 
			 | 
		
		
	
		
			
			| 
				84
			 | 
			
				85
			 | 
			
			
				
				                     id = 'extendedToolbar'> 
			 | 
		
		
	
		
			
			| 
				85
			 | 
			
				86
			 | 
			
			
				
				                     <div id = 'extendedToolbarButtons' /> 
			 | 
		
		
	
		
			
			| 
				86
			 | 
			
				
			 | 
			
			
				
				-                    <a 
			 | 
		
		
	
		
			
			| 
				87
			 | 
			
				
			 | 
			
			
				
				-                        className = 'button icon-feedback' 
			 | 
		
		
	
		
			
			| 
				88
			 | 
			
				
			 | 
			
			
				
				-                        id = 'feedbackButton' /> 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				87
			 | 
			
			
				
				+ 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				88
			 | 
			
			
				
				+                    <FeedbackButton /> 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				89
			 | 
			
			
				
				+ 
			 | 
		
		
	
		
			
			| 
				89
			 | 
			
				90
			 | 
			
			
				
				                     <div id = 'sideToolbarContainer' /> 
			 | 
		
		
	
		
			
			| 
				90
			 | 
			
				91
			 | 
			
			
				
				                 </div> 
			 | 
		
		
	
		
			
			| 
				91
			 | 
			
				92
			 | 
			
			
				
				                 <div id = 'videospace'> 
			 |