We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf51279 commit 0d8b066Copy full SHA for 0d8b066
static/ips/assets/js/renderIPS.js
@@ -27,7 +27,7 @@ function loadSample() {
27
console.log("success");
28
})
29
.done(function (data) {
30
- $('#ipsInput').val(JSON.stringify(data));
+ $('#ipsInput').val(JSON.stringify(data, null, 2));
31
updateFromText();
32
33
.fail(function (e) {
0 commit comments