diff --git a/js/search_api.processors.js b/js/search_api.processors.js index d2af1584..c63fad2a 100644 --- a/js/search_api.processors.js +++ b/js/search_api.processors.js @@ -3,7 +3,7 @@ * Attaches show/hide functionality to checkboxes in the "Processor" tab. */ -($ => { +(($) => { Drupal.behaviors.searchApiProcessor = { attach(context) { const selector = '.search-api-status-wrapper input.form-checkbox';