summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_tables.php')
-rw-r--r--usr/local/www/diag_tables.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/diag_tables.php b/usr/local/www/diag_tables.php
index 2930d6a..9bbcc46 100644
--- a/usr/local/www/diag_tables.php
+++ b/usr/local/www/diag_tables.php
@@ -108,6 +108,7 @@ include("fbegin.inc");
if (200 == response.status) {
// Escape all dots to not confuse jQuery selectors
name = response.responseText.replace(/\./g,'\\.');
+ name = name.replace(/\//g,'\\/');
jQuery('#' + name).fadeOut(1000);
}
}
OpenPOWER on IntegriCloud