Skip to content

Commit

Permalink
Update build.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cajhughes committed Feb 19, 2024
1 parent 9196751 commit 66fee66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spectrum/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<h1>Spectrum</h1>
<sp-theme scale="large" color="dark">
<sp-accordion>
<sp-accordion-item id="connect" open label="Connect to Adobe Acrobat Sign">
<sp-button autofocus onclick="document.getElementById('render').open=true;">Authorize</sp-button>
<sp-accordion-item id="connect" open=true label="Connect to Adobe Acrobat Sign">
<sp-button autofocus onclick="document.getElementById('render').disabled=false; document.getElementById('render').open=true;">Authorize</sp-button>
</sp-accordion-item>
<sp-accordion-item id="render" disabled label="Create PDF Rendition">
<p>PDF Rendition</p>
Expand Down

0 comments on commit 66fee66

Please sign in to comment.