Skip to content

Commit 9ff098e

Browse files
committed
fix: fullscreen target updated to fullscreen fullscreen-target
1 parent ad90954 commit 9ff098e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h2 class="padding:5px_0px">Demo</h2>
195195
<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>
196196
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
197197
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
198-
<a class="margin-right:5px" fullscreen target="#playground"></a>
198+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
199199
</div>
200200

201201
</div>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h2 class="padding:5px_0px">Demo</h2>
221221
<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>
222222
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
223223
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
224-
<a class="margin-right:5px" fullscreen target="#playground"></a>
224+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
225225
</div>
226226

227227
</div>

docs/module.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h2 class="padding:5px_0px">Demo</h2>
185185
<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>
186186
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
187187
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
188-
<a class="margin-right:5px" fullscreen target="#playground"></a>
188+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
189189
</div>
190190

191191
</div>

docs/server.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h2 class="padding:5px_0px">Demo</h2>
196196
<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>
197197
<a class="margin-right:10px" id="code" show="#code-slash" hide="#code, #demo-code"><i class="fa fa-code"></i></a>
198198
<a class="margin-right:10px" hidden id="code-slash" show="#code, #demo-code" hide="#code-slash"><i class="fas fa-code"></i></a>
199-
<a class="margin-right:5px" fullscreen target="#playground"></a>
199+
<a class="margin-right:5px" fullscreen fullscreen-target="#playground"></a>
200200
</div>
201201

202202
</div>

0 commit comments

Comments
 (0)