summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbruno <bruno.stein@bluepex.com>2016-07-21 10:58:21 -0300
committerbruno <bruno.stein@bluepex.com>2016-07-21 10:58:21 -0300
commit5a5a11cd489bbf15e868c1607c74824c128d693f (patch)
treee4db9a8bcb0146fad218b87cf1617fc335a98f36 /src
parentf8038899f250c656b1ef03fe351fb9cfdadeaf0c (diff)
downloadpfsense-5a5a11cd489bbf15e868c1607c74824c128d693f.zip
pfsense-5a5a11cd489bbf15e868c1607c74824c128d693f.tar.gz
replace attribute 'name' to 'id' in openvpn status
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/status_openvpn.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_openvpn.php b/src/usr/local/www/status_openvpn.php
index dc8058f..0ff285f 100644
--- a/src/usr/local/www/status_openvpn.php
+++ b/src/usr/local/www/status_openvpn.php
@@ -82,7 +82,7 @@ include("head.inc"); ?>
return;
}
- $('tr[name="r:' + values[1] + ":" + values[2] + '"]').each(
+ $('tr[id="r:' + values[1] + ":" + values[2] + '"]').each(
function(index,row) { $(row).fadeOut(1000); }
);
}
OpenPOWER on IntegriCloud