Skip to content

Commit

Permalink
prettify manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Apr 16, 2012
1 parent 6484cf4 commit 916cdb2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Expand Up @@ -13,6 +13,9 @@
div {
margin-bottom: 1em;
}
pre {
overflow: auto;
}
</style>
<script>
$(function () {
Expand All @@ -23,7 +26,7 @@
$('#unknown').hide();
$('#uninstalled').hide();
$('#installed').show();
$('#record').text(JSON.stringify(this.result));
$('#record').text(JSON.stringify(this.result, true));
} else {
$('#unknown').hide();
$('#installed').hide();
Expand Down

0 comments on commit 916cdb2

Please sign in to comment.