Skip to content

Commit

Permalink
Repair WebUI bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
LxnChan committed Mar 22, 2022
1 parent 33c66f6 commit a8dfeb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/user/www/n56u_ribbon_fixed/device-map/internet.asp
Original file line number Diff line number Diff line change
Expand Up @@ -319,12 +319,12 @@ function submitInternet(v){
</tr>
<tr id="row_bytes" style="display:none">
<th><#WAN_Bytes#></th>
<td width="90px"><span id="WANBytesRX"></span></td>
<td width="110px"><span id="WANBytesRX"></span></td>
<td colspan="2"><span id="WANBytesTX"></span></td>
</tr>
<tr id="row_brate" style="display:none">
<th><#WAN_BRate#></th>
<td width="90px"><span id="WANBRateRX"></span></td>
<td width="110px"><span id="WANBRateRX"></span></td>
<td colspan="2"><span id="WANBRateTX"></span></td>
</tr>
<tr>
Expand Down

0 comments on commit a8dfeb9

Please sign in to comment.