Skip to content

Commit

Permalink
JSImport
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulMcClernan committed Jul 2, 2024
1 parent a50ed1d commit fed6f76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file modified OpenXTalkWebPlayground.oxtstack
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,12 @@

</script>

<div style='display:none;'>
<form>
<input id='inputData' type='file' onchange='readFile()'>
</form>
<a id='saveData'></a>
</div>
<script>
function readFile() {
var inputData = document.getElementById('inputData');
Expand Down

0 comments on commit fed6f76

Please sign in to comment.