Commit e491d79c authored by Ad Schellevis's avatar Ad Schellevis

(legacy) remove unused js code

parent 7b5a8414
......@@ -332,7 +332,7 @@ if ($act!="new" && $act!="edit") {
<?php if ($act=="new" || $act=="edit") :
?>
<form action="vpn_openvpn_csc.php" method="post" name="iform" id="iform" onsubmit="presubmit()">
<form action="vpn_openvpn_csc.php" method="post" name="iform" id="iform">
<div class="table-responsive">
<table class="table table-striped table-sort">
<tr>
......@@ -619,7 +619,6 @@ else :
<div class="table-responsive">
<table class="table table-striped">
<tr>
<td width="10%" class="listhdrr"><?=gettext("Disabled"); ?></td>
<td width="40%" class="listhdrr"><?=gettext("Common Name"); ?></td>
......
......@@ -725,7 +725,7 @@ function tuntap_change() {
<?php if ($act=="new" || $act=="edit") :
?>
<form action="vpn_openvpn_server.php" method="post" name="iform" id="iform" onsubmit="presubmit()">
<form action="vpn_openvpn_server.php" method="post" name="iform" id="iform">
<div class="table-responsive">
<table class="table table-striped">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment