We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a40dd commit 329d53eCopy full SHA for 329d53e
static/ips/assets/js/renderIPS.js
@@ -204,7 +204,7 @@ function prepareSHLContents(contents) {
204
addTab("IPS Demo", "Demo");
205
$(Sqrl.Render(template, {index: "Demo"}))
206
.appendTo('#rendered-ips');
207
- $('#ipsInput').val(JSON.stringify(shlContents[0]));
+ $('#ipsInput').val(JSON.stringify(shlContents[0], null, 2));
208
updateFromText();
209
$("#submit").on('click', updateFromText);
210
$('#clearSample').on('click', clearData);
0 commit comments