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:
naomi
2018-05-07 18:54:08 +02:00
parent 588b159dbd
commit a43aa0dc08
6 changed files with 24 additions and 0 deletions

3
js/opencase.js Normal file
View File

@ -0,0 +1,3 @@
(function ($, Drupal) {
$('#edit-search-api-fulltext').attr('autocomplete', 'off');
})(jQuery, Drupal);