summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-29 14:53:53 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-29 14:53:53 -0500
commit05973e8e744337d9902d1bb61a3b51c514b8e87f (patch)
treeb49d060e5616c371bfd36cdf4314ba68b93d859b /src/usr/local/www/diag_tables.php
parent99a94680d4cf0a7d568621728e7d43f89075ff5b (diff)
parent8fd9052f364f7c0d10d8244f3c1456c67baecc6d (diff)
downloadpfsense-05973e8e744337d9902d1bb61a3b51c514b8e87f.zip
pfsense-05973e8e744337d9902d1bb61a3b51c514b8e87f.tar.gz
Merge pull request #2134 from ExolonDX/branch_04
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index b75b29b..5fb0eba 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -140,7 +140,8 @@ $form->add($section);
print $form;
?>
-<script>
+<script type="text/javascript">
+//<![CDATA[
events.push(function(){
$('a[data-entry]').on('click', function(){
var el = $(this);
@@ -159,6 +160,7 @@ events.push(function(){
});
});
});
+//]]>
</script>
<div class="table-responsive">
OpenPOWER on IntegriCloud