Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
formatter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gritsenko committed Jan 9, 2020
1 parent 334f120 commit a7965c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions formatter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ <h1>Spine JSON export 3.3 to 3.8 format patcher</h1>
<tr>
<td>
<h2>Old json</h2>
<textarea id="old_json" style="width: 300px; height: 300px;">
Loading...
</textarea>
<textarea id="old_json" style="width: 300px; height: 300px;"
placeholder="Paste old formatted spine json here..."></textarea>
</td>
<td>
<h2>New json</h2>
Expand All @@ -45,7 +44,7 @@ <h2>New json</h2>


<script>
$("#old_json").load("old.json");
//$("#old_json").load("old.json");

function convert() {
$("#new_json").val("Converting....");
Expand Down

0 comments on commit a7965c4

Please sign in to comment.