Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
webui: refreshed PPTP client block on VPNStatus page should replace e…
Browse files Browse the repository at this point in the history
…xisting block content rather than get added to existing content
  • Loading branch information
RMerl committed Aug 18, 2017
1 parent b42117f commit b8bdb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/router/www/Advanced_VPNStatus.asp
Expand Up @@ -212,7 +212,7 @@ function parsePPTPClients() {
}
code +='</table>';
document.getElementById('pptp_Block').innerHTML += code;
document.getElementById('pptp_Block').innerHTML = code;
}
Expand Down

0 comments on commit b8bdb50

Please sign in to comment.