mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	Test Plan: Manual. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D4036
		
			
				
	
	
		
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			153 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|   <head>
 | |
|     <script src="/grist-plugin-api.js"></script>
 | |
|   </head>
 | |
|   <body>
 | |
|     <button onclick="grist.ready()">Ready</button>
 | |
|   </body>
 | |
| </html>
 |