mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-25 07:22:33 -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>
|
<script>
|
||||||
function toJson() {
|
function toJson() {
|
||||||
var output = document.getElementById('importExport');
|
var output = document.getElementById('importExport');
|
||||||
var json = window.vm.toJSON(workspace);
|
var json = window.vm.toPrettyJSON(workspace);
|
||||||
output.value = json;
|
output.value = json;
|
||||||
output.focus();
|
output.focus();
|
||||||
output.select();
|
output.select();
|
||||||
|
|
Loading…
Reference in a new issue