4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
(function ($, Drupal) {
|
|
$('#edit-search-api-fulltext').attr('autocomplete', 'off');
|
|
})(jQuery, Drupal);
|