mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
4c25aa7d3d
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>
|