mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 12:46:54 +00:00
refactor/set the default jsoneditor_div to none
This commit is contained in:
parent
64fc457b1e
commit
2cd6f1ce90
@ -15,5 +15,6 @@
|
||||
}
|
||||
|
||||
.jsoneditor_div{
|
||||
display: none;
|
||||
height: 400px;
|
||||
}
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user