Skip to content

Commit 285017f

Browse files
committedApr 30, 2023
fix: fullscreen target updated to fullscreen fullscreen-target
1 parent 51ba37f commit 285017f

5 files changed

+5
-5
lines changed
 

‎docs/1index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ <h2 class="padding:5px_0px">Demo</h2>
219219
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
220220
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
221221
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
222-
<a class="margin-right:5px" fullscreen target="#playground"></a>
222+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
223223
</div>
224224

225225
</div>

‎docs/2createCustomer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2 class="padding:5px_0px">Demo</h2>
144144
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
145145
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
146146
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
147-
<a class="margin-right:5px" fullscreen target="#playground"></a>
147+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
148148
</div>
149149

150150
</div>

‎docs/3listCustomer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h2 class="padding:5px_0px">Demo</h2>
226226
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
227227
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
228228
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
229-
<a class="margin-right:5px" fullscreen target="#playground"></a>
229+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
230230
</div>
231231

232232
</div>

‎docs/4lcreateCustomerAndCard.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h2 class="padding:5px_0px">Demo</h2>
207207
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
208208
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
209209
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
210-
<a class="margin-right:5px" fullscreen target="#playground"></a>
210+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
211211
</div>
212212

213213
</div>

‎docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h2 class="padding:5px_0px">Demo</h2>
118118
<a class="margin-right:10px" hidden id="eye-slash" show="#eye, #demo-preview" hide="#eye-slash" toggle="code-height" toggle-target="#demo-code"><i class="fas fa-eye-slash"></i></a>
119119
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
120120
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
121-
<a class="margin-right:5px" fullscreen target="#playground"></a>
121+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
122122
</div>
123123

124124
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.