summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-08-01 18:41:01 -0300
committerRenato Botelho <renato@netgate.com>2016-08-01 18:41:01 -0300
commit72693cbeaeac8debc13ed7c63b0e67526569714f (patch)
tree26fe4ea0b6cd59cb86f4101b3595e0e696729c05
parentad73ced64b24b534497c4a2596cf31d8e853c8cb (diff)
parent5a5a11cd489bbf15e868c1607c74824c128d693f (diff)
downloadpfsense-72693cbeaeac8debc13ed7c63b0e67526569714f.zip
pfsense-72693cbeaeac8debc13ed7c63b0e67526569714f.tar.gz
Merge pull request #3075 from brunostein/replace_attribute_name_to_id
-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