Skip to content

Commit

Permalink
refactor/set the default jsoneditor_div to none
Browse files Browse the repository at this point in the history
  • Loading branch information
hongwei1 committed Jun 18, 2024
1 parent 64fc457 commit 2cd6f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apimanager/base/static/css/obpjsoneditor.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
}

.jsoneditor_div{
display: none;
height: 400px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h1>{% trans "Method Routing" %}</h1>
{% 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>
Expand Down

0 comments on commit 2cd6f1c

Please sign in to comment.