Added CSS and Javascript.

This commit is contained in:
naomi
2018-04-15 10:22:55 +02:00
parent 368c355ce5
commit feaaa6cbb8
6 changed files with 82 additions and 1 deletions

4
js/opencase.js Normal file
View File

@ -0,0 +1,4 @@
(function ($, Drupal) {
$(".field--name-contact-details a").contents().unwrap();
$('#edit-search-api-fulltext').attr('autocomplete', 'off');
})(jQuery, Drupal);