Skip to content

Commit 0d8b066

Browse files
committed
Format ips viewer input box by default
1 parent bf51279 commit 0d8b066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/ips/assets/js/renderIPS.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function loadSample() {
2727
console.log("success");
2828
})
2929
.done(function (data) {
30-
$('#ipsInput').val(JSON.stringify(data));
30+
$('#ipsInput').val(JSON.stringify(data, null, 2));
3131
updateFromText();
3232
})
3333
.fail(function (e) {

0 commit comments

Comments
 (0)