refactor/set the default jsoneditor_div to none

This commit is contained in:
Hongwei 2024-06-18 09:29:09 +02:00
parent 64fc457b1e
commit 2cd6f1ce90
2 changed files with 2 additions and 1 deletions

View File

@ -15,5 +15,6 @@
}
.jsoneditor_div{
display: none;
height: 400px;
}

View File

@ -131,7 +131,7 @@
{% endif %}
</div>
<div class="col-sm-12 col-sm-12">
<div id="jsoneditor{{forloop.counter0}}" style="display: none" class ="jsoneditor_div"></div>
<div id="jsoneditor{{forloop.counter0}}" class ="jsoneditor_div"></div>
</div>
</div>
</div>