Skip to content

Commit

Permalink
fix wiki page (#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-matthewb authored Dec 2, 2023
1 parent ecf8300 commit a82f477
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/api/workbookAPITest.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<div id='testButtonDiv'></div><br>
<div id='createWorkbookDiv'></div><br>
<div id='deleteWorkbookDiv'></div><br>
<button id="runButton">RunAPITest</button>

<script type="text/javascript">

Expand Down Expand Up @@ -53,5 +54,5 @@
createContainer(true); // Create then delete
}

document.getElementById("runButton")['onclick'] = run;
</script>
<button onclick="run();">RunAPITest</button>

0 comments on commit a82f477

Please sign in to comment.