 9b394d8753
			
		
	
	9b394d8753
	
	
	
		
			
			This is necessary to give back focus to the Broadway elements when content is embedded in an IFrame. Signed-off-by: Mickael Istria <mistria@redhat.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			498 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			498 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| <head>
 | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf8" />
 | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
 | |
| <title>broadway 2.0</title>
 | |
| <style type="text/css">
 | |
| body { overflow: hidden; }
 | |
| </style>
 | |
| <script type="text/javascript" src="broadway.js"></script>
 | |
| </head>
 | |
| 
 | |
| <body onload="connect()" onclick="if (!document.hasFocus() && window.topElement !== window.self) { window.focus(); }">
 | |
| </body>
 | |
| </html>
 |