Skip to content

Commit 8c06cf7

Browse files
committed
First
1 parent 499eb33 commit 8c06cf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ <h1>Example</h1>
99
<hr />
1010
<label><input type="radio" name="Radio" />Radio1</label>
1111
<label><input type="radio" name="Radio" />Radio2</label>
12-
<label><input type="radio" name="Radio" />Radio3</label>
13-
12+
<label><input type="radio" name="Radio" />Radio3</label>
1413
<script>
1514
new pseudoNatural(document.getElementsByTagName("input"));
1615
</script>

0 commit comments

Comments
 (0)