a43aa0dc08
CSS file is empty as yet, but js has thing to remove autocomplete from search box
4 lines
106 B
JavaScript
4 lines
106 B
JavaScript
(function ($, Drupal) {
|
|
$('#edit-search-api-fulltext').attr('autocomplete', 'off');
|
|
})(jQuery, Drupal);
|