Auto pretty json on load
This commit is contained in:
parent
2b9f635c80
commit
80b052d654
@ -20,6 +20,5 @@ $(document).ready(function() {
|
|||||||
if(last_input != null) {
|
if(last_input != null) {
|
||||||
$('#input').val(last_input);
|
$('#input').val(last_input);
|
||||||
}
|
}
|
||||||
$('#input').change();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -23,6 +23,6 @@ $(document).ready(function() {
|
|||||||
if(last_input != null) {
|
if(last_input != null) {
|
||||||
$('#input').val(last_input);
|
$('#input').val(last_input);
|
||||||
}
|
}
|
||||||
$('#input').change();
|
$('#pretty').click();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user