Skip to content

Commit

Permalink
webui: fix a few minor errors in Network Tools -> Analysis and Netsta…
Browse files Browse the repository at this point in the history
…t pages
  • Loading branch information
RMerl committed May 17, 2019
1 parent 4f141b4 commit 02988ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion release/src/router/www/Main_Analysis_Content.asp
Expand Up @@ -313,7 +313,6 @@ function pullLANIPList(obj){
</form>

<div id="footer"></div>
</body>
<script type="text/javascript">
<!--[if !IE]>-->
(function($){
Expand All @@ -322,4 +321,5 @@ function pullLANIPList(obj){
})(jQuery);
<!--<![endif]-->
</script>
</body>
</html>
4 changes: 2 additions & 2 deletions release/src/router/www/Main_Netstat_Content.asp
Expand Up @@ -291,7 +291,7 @@ function validForm(){

<div class="apply_gen">
<input class="button_gen" id="cmdBtn" onClick="onSubmitCtrl(this, ' Refresh ')" type="button" value="Netstat">
<img id="loadingIcon" style="display:none;" src="/images/InternetScan.gif"></span>
<img id="loadingIcon" style="display:none;" src="/images/InternetScan.gif">
</div>

<div style="margin-top:8px" id="logArea">
Expand All @@ -311,7 +311,6 @@ function validForm(){
</form>

<div id="footer"></div>
</body>
<script type="text/javascript">
<!--[if !IE]>-->
(function($){
Expand All @@ -320,4 +319,5 @@ function validForm(){
})(jQuery);
<!--<![endif]-->
</script>
</body>
</html>
Expand Up @@ -218,7 +218,7 @@ function setClientIP(ipaddr){
})
</script>

<img id="loadingIcon" style="display:none;" src="/images/InternetScan.gif"></span>
<img id="loadingIcon" style="display:none;" src="/images/InternetScan.gif">
</div>

<div style="margin-top:8px" id="logArea">
Expand All @@ -238,7 +238,6 @@ function setClientIP(ipaddr){
</form>

<div id="footer"></div>
</body>
<script type="text/javascript">
<!--[if !IE]>-->
(function($){
Expand All @@ -247,4 +246,5 @@ function setClientIP(ipaddr){
})(jQuery);
<!--<![endif]-->
</script>
</body>
</html>

0 comments on commit 02988ec

Please sign in to comment.