mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Update index.html
This commit is contained in:
parent
a58bcb93e6
commit
532df2079b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
<script>
|
||||
function toJson() {
|
||||
var output = document.getElementById('importExport');
|
||||
var json = window.vm.toJSON(workspace);
|
||||
var json = window.vm.toPrettyJSON(workspace);
|
||||
output.value = json;
|
||||
output.focus();
|
||||
output.select();
|
||||
|
|
Loading…
Reference in a new issue