From e2effd883a03ef0807d8f5ff5f09fef3374e497a Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Thu, 9 Jan 2025 10:54:26 -0600 Subject: [PATCH] Update blacklight_ heatmaps --- Gemfile | 2 +- Gemfile.lock | 4 ++-- app/assets/javascripts/application.js | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6e23a75fd..b4f70888b 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ gem 'bootstrap', '~> 5.3' gem 'bootstrap_form', '~> 5.4' gem 'blacklight', '~> 8.0' gem 'blacklight-gallery', '~> 4.4' -gem 'blacklight_heatmaps', '~> 1.3.0' +gem 'blacklight_heatmaps', '~> 1.4' gem 'blacklight-spotlight', '~> 4.4', '>= 4.4.0' gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript' gem 'blacklight_advanced_search' diff --git a/Gemfile.lock b/Gemfile.lock index d298cde36..22a10c992 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,7 @@ GEM blacklight_advanced_search (8.0.0.alpha2) blacklight (>= 7.15, < 9) parslet - blacklight_heatmaps (1.3.1) + blacklight_heatmaps (1.4.0) blacklight (>= 7.17.1, < 9) leaflet-rails (~> 1.3.0) leaflet-sidebar-rails (~> 0.2) @@ -933,7 +933,7 @@ DEPENDENCIES blacklight-oembed (~> 1.0) blacklight-spotlight (~> 4.4, >= 4.4.0) blacklight_advanced_search - blacklight_heatmaps (~> 1.3.0) + blacklight_heatmaps (~> 1.4) blacklight_range_limit (~> 9.0) bootsnap (>= 1.1.0) bootstrap (~> 5.3) diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 4d50d89a1..d459bea11 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -26,7 +26,6 @@ //= require bibliography //= require cited_documents //= require blacklight_gallery/blacklight-gallery -//= require blacklight_heatmaps //= require blacklight_oembed //= require full_text_collapse //= require index_status_typeahead @@ -35,6 +34,8 @@ //= require openseadragon //= require openseadragon-rails/openseadragon-rails //= require spotlight +//= require L.Control.Sidebar +//= require blacklight_heatmaps //= require table_of_contents //= require site_search_type_toggle //= require blacklight_heatmaps_overrides