Skip to content

Commit

Permalink
Merge pull request #494 from IU-Libraries-Joint-Development/ESSI-1672…
Browse files Browse the repository at this point in the history
…_remove_slideshow

[ESSI-1672] Remove Slideshow
  • Loading branch information
rwingiupui authored Nov 19, 2022
2 parents 964443d + 632203e commit 7070235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def self.modified_field

config.view.gallery.partials = [:index_header, :index]
config.view.masonry.partials = [:index]
config.view.slideshow.partials = [:index]
# config.view.slideshow.partials = [:index]


config.show.tile_source_field = :content_metadata_image_iiif_info_ssm
Expand All @@ -39,7 +39,7 @@ def self.modified_field

# Show gallery view
config.view.gallery.partials = [:index_header, :index]
config.view.slideshow.partials = [:index]
# config.view.slideshow.partials = [:index]

## Default parameters to send to solr for all search-like requests. See also SolrHelper#solr_search_params
config.default_solr_params = {
Expand Down

0 comments on commit 7070235

Please sign in to comment.