Skip to content

Commit

Permalink
Merge pull request #13 from lemniscus/accordion-collapsible
Browse files Browse the repository at this point in the history
revert changes to API v3 explorer, remove redundant class on Case View
  • Loading branch information
vingle authored Mar 1, 2024
2 parents 735b4e2 + 20c5658 commit 9ac9cbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/CRM/Admin/Page/APIExplorer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@
<input type="checkbox" class="crm-form-checkbox api-param-checkbox api-input" id="sequential-checkbox" name="sequential" checked="checked" value="1">sequential
</label>
<details id="api-join" class="crm-form-block" style="display:none;">
<summary>{ts}Join on:{/ts} {help id='api-join'}</summary>
<div class="crm-accordion-body"></div>
<div id="api-join" class="crm-form-block">
<h4>{ts}Join on:{/ts} {help id='api-join'}</h4>
<div></div>
</div>
<table id="api-params-table">
Expand Down

0 comments on commit 9ac9cbc

Please sign in to comment.