Skip to content

Commit 112ddfd

Browse files
committed
fix: replaced show and hide class hidden with attribute hidden
1 parent 41f3e5f commit 112ddfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h2 class="border-bottom:1px_solid_lightgrey padding:5px_0px">Demo</h2>
6666
<div class="container svColumn overflow:hidden card border-radius:2px width:auto height:100%" id="sandbox">
6767
<div class="font-size:20px position:absolute top:10px right:10px opacity:0.6 z-index:7">
6868
<a class="margin-right:10px" id="preview" show="preview" hide="code"><i class="far fa-eye"></i></a>
69-
<a class="margin-right:10px hidden" id="code" show="code" hide="preview"><i class="fas fa-code"></i></a>
69+
<a class="margin-right:10px" id="code" show="code" hide="preview" hidden><i class="fas fa-code"></i></a>
7070
<!--<a class="margin-right:10px"><i class="far fa-window-maximize"></i></a>-->
7171
<a target="modal" href="module_activity_datatable.html"
7272
pass-collection="modules"

0 commit comments

Comments
 (0)