Skip to content

Commit

Permalink
Merge pull request #88 from PropGit/enhance_netmask_behavior
Browse files Browse the repository at this point in the history
Enhance netmask behavior
  • Loading branch information
PropGit authored Oct 11, 2019
2 parents 1a4bfb8 + e822d87 commit 6c8e7a9
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 268 deletions.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,14 @@
<tr>
<td>Subnet Mask:</td>
<td>
<input type="text" id="sm0" class="con" style="width:18px;" value="255"/>.
<input type="text" id="sm1" class="con" style="width:18px;" value="255"/>.
<input type="text" id="sm2" class="con" style="width:18px;" value="255"/>.
<input type="text" id="sm3" class="con" style="width:18px;" value="0"/>&nbsp;
<div>
<span id="netmask">
<input type="text" id="sm0" class="con" style="width:18px;" value="255"/>.
<input type="text" id="sm1" class="con" style="width:18px;" value="255"/>.
<input type="text" id="sm2" class="con" style="width:18px;" value="255"/>.
<input type="text" id="sm3" class="con" style="width:18px;" value="0"/>&nbsp;
</span>
</div>
</tr>
<tr>
<td colspan="2">WX modules:</td>
Expand Down
Loading

0 comments on commit 6c8e7a9

Please sign in to comment.