File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ class AboutCodeClueDataTable extends Controller {
291291 // keep the buttons horizontally aligned
292292 footer . css ( 'white-space' , 'nowrap' ) ;
293293
294- const genFiltersButton = $ ( `<button id="gen -filters-button" type="button">Generate Filters</button>` ) ;
294+ const genFiltersButton = $ ( `<button id="activate -filters-button" type="button">Activate Filters</button>` ) ;
295295 const clearFiltersButton = $ ( `<button id="clear-filters-button" type="button">Clear Filters</button>` ) ;
296296
297297 footer . append ( genFiltersButton ) ;
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ $(document).ready(() => {
9494 updateViewsByPath ( node . id ) ;
9595 } ) ;
9696
97- $ ( document ) . on ( 'click' , '#gen -filters-button' , ( ) => {
97+ $ ( document ) . on ( 'click' , '#activate -filters-button' , ( ) => {
9898 cluesTable . genFilters ( ) ;
9999 updateViewsByPath ( cluesTable . _selectedPath ) ;
100100 } ) ;
You can’t perform that action at this time.
0 commit comments