mirror of
https://github.com/gchq/CyberChef
synced 2025-12-11 05:43:28 +00:00
Add clicking on output search result
This commit is contained in:
@@ -210,7 +210,7 @@ class Manager {
|
||||
document.getElementById("output-num-results").addEventListener("change", this.output.filterTabSearch.bind(this.output));
|
||||
document.getElementById("output-num-results").addEventListener("keyup", this.output.filterTabSearch.bind(this.output));
|
||||
document.getElementById("output-filter-refresh").addEventListener("click", this.output.filterTabSearch.bind(this.output));
|
||||
// this.addDynamicListener(".output-filter-result", "click", this.output.filterItemClick, this.output);
|
||||
this.addDynamicListener(".output-filter-result", "click", this.output.filterItemClick, this.output);
|
||||
|
||||
|
||||
// Options
|
||||
|
||||
Reference in New Issue
Block a user