Updated from master

This commit is contained in:
Felix Krause 2016-02-18 15:53:28 +01:00
parent 293459fc14
commit 185bb4582f
1 changed files with 5 additions and 1 deletions

View File

@ -80,6 +80,10 @@
<input type="radio" name="style" id="style-json" value="json"/>
<label for="style-json">JSON</label>
</div>
<div class="style-option">
<input type="radio" name="style" id="style-tokens" value="tokens"/>
<label for="style-tokens">Tokens</label>
</div>
</div>
</section>
<script type="text/javascript">
@ -139,4 +143,4 @@
parse();
</script>
</body>
</html>
</html>