Fix Diag > Tables AJAX fadeOut after deletion for rows with CIDR mask format.

This commit is contained in:
jim-p 2013-08-16 09:33:33 -04:00
parent 420aa48b98
commit f7ff77fa80

View File

@ -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);
}
}