mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix Diag > Tables AJAX fadeOut after deletion for rows with CIDR mask format.
This commit is contained in:
parent
420aa48b98
commit
f7ff77fa80
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user