mirror of
https://github.com/gchq/CyberChef
synced 2025-12-22 19:23:40 +00:00
BUGFIX #37: Description popovers for search results now get removed when the list is modified.
This commit is contained in:
@@ -71,6 +71,7 @@ OperationsWaiter.prototype.search_operations = function(e) {
|
||||
str = el.value;
|
||||
|
||||
while (search_results_el.firstChild) {
|
||||
$(search_results_el.firstChild).popover("destroy");
|
||||
search_results_el.removeChild(search_results_el.firstChild);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user