Added css and js
CSS file is empty as yet, but js has thing to remove autocomplete from search box
This commit is contained in:
3
js/opencase.js
Normal file
3
js/opencase.js
Normal file
@ -0,0 +1,3 @@
|
||||
(function ($, Drupal) {
|
||||
$('#edit-search-api-fulltext').attr('autocomplete', 'off');
|
||||
})(jQuery, Drupal);
|
Reference in New Issue
Block a user