Skip to content

Commit 6c8e7a9

Browse files
authored
Merge pull request #88 from PropGit/enhance_netmask_behavior
Enhance netmask behavior
2 parents 1a4bfb8 + e822d87 commit 6c8e7a9

File tree

6 files changed

+318
-268
lines changed

6 files changed

+318
-268
lines changed

index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,14 @@
4848
<tr>
4949
<td>Subnet Mask:</td>
5050
<td>
51-
<input type="text" id="sm0" class="con" style="width:18px;" value="255"/>.
52-
<input type="text" id="sm1" class="con" style="width:18px;" value="255"/>.
53-
<input type="text" id="sm2" class="con" style="width:18px;" value="255"/>.
54-
<input type="text" id="sm3" class="con" style="width:18px;" value="0"/>&nbsp;
51+
<div>
52+
<span id="netmask">
53+
<input type="text" id="sm0" class="con" style="width:18px;" value="255"/>.
54+
<input type="text" id="sm1" class="con" style="width:18px;" value="255"/>.
55+
<input type="text" id="sm2" class="con" style="width:18px;" value="255"/>.
56+
<input type="text" id="sm3" class="con" style="width:18px;" value="0"/>&nbsp;
57+
</span>
58+
</div>
5559
</tr>
5660
<tr>
5761
<td colspan="2">WX modules:</td>

0 commit comments

Comments
 (0)