From ed967e8c506fafbfc0d59c6852a214bb00384662 Mon Sep 17 00:00:00 2001 From: Steve Taylor Date: Wed, 11 Dec 2024 17:11:09 -0800 Subject: [PATCH] Remove unnecessary call to collapse I don't this this is needed after the move to Bootstrap 5. This fixes the "Full text highlighting when a document has non-english full text stems Portuguese properly" issue. --- app/assets/javascripts/full_text_collapse.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/assets/javascripts/full_text_collapse.js b/app/assets/javascripts/full_text_collapse.js index 38bd025e3..1d1e6b044 100644 --- a/app/assets/javascripts/full_text_collapse.js +++ b/app/assets/javascripts/full_text_collapse.js @@ -36,6 +36,4 @@ Blacklight.onLoad(function(){ } } }); - - $('dd.blacklight-full_text_tesimv').collapse({ toggle: false }); });