Skip to content

Commit

Permalink
btn-edit-subj.open class depends on $show-subject value
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 25, 2023
1 parent 00f0751 commit 77014a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ extension-element-prefixes="ixsl"
</xsl:if>

<!-- button that toggles the .control-group for subject URI/bnode ID editing -->
<button type="button" class="btn btn-edit-subj"></button>
<button type="button" class="btn btn-edit-subj {if ($show-subject) then 'open' else ()}"></button>
</div>

<!-- "Copy URI" button -->
Expand Down

0 comments on commit 77014a6

Please sign in to comment.