Update index.html

This commit is contained in:
TheBrokenRail 2016-12-04 08:39:46 -05:00 committed by GitHub
parent a58bcb93e6
commit 532df2079b

View file

@ -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();