VisualSelector - Better handling of filter targets that are no longer available in the HTML

This commit is contained in:
dgtlmoon
2022-05-25 10:23:43 +02:00
parent 6de4027c27
commit e3e022b0f4
2 changed files with 21 additions and 10 deletions

View File

@@ -138,7 +138,7 @@ $(document).ready(function() {
}
}
if(!found) {
alert("unfortunately your existing CSS/xPath Filter was no longer found!");
alert("Unfortunately your existing CSS/xPath Filter was no longer found!");
}
}